Commit 8f272c55 authored by wenjie.zheng's avatar wenjie.zheng

Workflow.py: remove a LOG.

parent 74e5ca9b
...@@ -425,7 +425,6 @@ class Workflow(XMLObject): ...@@ -425,7 +425,6 @@ class Workflow(XMLObject):
Guard_checkWithoutRoles(guard, security_manager, self, portal): Guard_checkWithoutRoles(guard, security_manager, self, portal):
is_permitted_worklist = 1 is_permitted_worklist = 1
variable_match[SECURITY_PARAMETER_ID] = guard.roles variable_match[SECURITY_PARAMETER_ID] = guard.roles
LOG('Worklist permission = %s'%is_permitted_worklist, WARNING, 'in Workflow.py')
if is_permitted_worklist: if is_permitted_worklist:
fmt_data = TemplateDict() fmt_data = TemplateDict()
fmt_data._push(info) fmt_data._push(info)
......
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