Index: sf_webform.module
===================================================================
--- sf_webform.module	(revision 1669)
+++ sf_webform.module	(working copy)
@@ -640,7 +640,6 @@
     salesforce_api_id_save('webform', $sid, $sfid = NULL, $fieldmap);
 
     // Otherwise log the error and return FALSE.
-    drupal_set_message(t('Error submitting webform submission to salesforce') .": ". $response->errors->message, 'error');
     watchdog('Salesforce - Webform', t('Error submitting webform submission %sid to salesforce: %error', array("%sid" => $sid, "%error" => $response->errors->message)));
     return FALSE;
   }
