diff --git a/product/ERP5/InteractionWorkflow.py b/product/ERP5/InteractionWorkflow.py
index 96aa5a9103b5311769343c0ef44390299262bb1a..7180046360c8859b7ce6b64aa87cb5473704285e 100755
--- a/product/ERP5/InteractionWorkflow.py
+++ b/product/ERP5/InteractionWorkflow.py
@@ -188,7 +188,7 @@ class InteractionWorkflowDefinition (DCWorkflowDefinition, ActiveObject):
         a notifySuccess() or notifyException() can be expected later on.
         The action usually corresponds to a method name.
         '''
-        LOG('InteractionWorflow.notifyBefore, ob',0,ob)
+#         LOG('InteractionWorflow.notifyBefore, ob',0,ob)
         for t in self.interactions.values():
             tdef = None
             if t.trigger_type == TRIGGER_AUTOMATIC: