diff -urp comment_driven/comment_driven.alter.inc ../comment_driven/comment_driven.alter.inc
--- comment_driven/comment_driven.alter.inc	2010-05-01 12:32:04.000000000 -0500
+++ ../comment_driven/comment_driven.alter.inc	2010-11-18 15:36:36.000000000 -0600
@@ -193,6 +193,8 @@ function _comment_driven_proceed_comment
     // support vertical_tabs [#765972]
     $form['driven_node']['#group'] = FALSE;
   }
+  //Stop the "extra" notification that is sent because the node is updated.
+  $form['notifications']['notifications_content_disable']['#default_value'] = TRUE;
 }
 
 function _comment_driven_restore_from_preview(&$form, &$form_state, &$ned_form_state) {
