Commit 5181ec66 authored by Romain Courteaud's avatar Romain Courteaud

Remove useless LOG message.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3450 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6456f669
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment