Edit the sudoers file:

sudo visudo

Add or edit the following line to be:

%sudo ALL=(ALL) NOPASSWD: ALL

This will prevent password prompts for everyone in the sudo group (%sudo) when issuing all commands (NOPASSWD: ALL)