Commit e5bdd455 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Removed too verbose LOG statement.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5692 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a5ac1da
......@@ -1139,7 +1139,6 @@ class PortalTypeWorkflowChainTemplateItem(BaseTemplateItem):
keys.sort()
for key in keys:
workflow_list = self._objects[key]
LOG('generate xml', 0, workflow_list)
xml_data += os.linesep+' <chain>'
xml_data += os.linesep+' <type>%s</type>' %(key,)
xml_data += os.linesep+' <workflow>%s</workflow>' %(', '.join(workflow_list))
......
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