Commit 3c334040 authored by Aurel's avatar Aurel

remove useless line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14969 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e78c3cae
...@@ -207,8 +207,6 @@ class SQLDict(RAMDict): ...@@ -207,8 +207,6 @@ class SQLDict(RAMDict):
else: else:
count = 1 count = 1
group_method = activity_tool.getPortalObject().restrictedTraverse(group_method_id.split('\0')[0])
if count < MAX_GROUPED_OBJECTS: if count < MAX_GROUPED_OBJECTS:
# Retrieve objects which have the same group method. # Retrieve objects which have the same group method.
result = readMessage(processing_node=processing_node, result = readMessage(processing_node=processing_node,
......
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