Commit d8b00390 authored by Nicolas Delaby's avatar Nicolas Delaby

remove useless script

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15092 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e2cba1c
......@@ -756,9 +756,9 @@ class Subscription(Folder, SyncCode):
"""
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXX for debugging only, to be removed
dict_sign = {}
for o in self.objectValues():
dict_sign[o.getId()] = o.getStatus()
#dict_sign = {}
#for o in self.objectValues():
#dict_sign[o.getId()] = o.getStatus()
# LOG('getSignature',0,'signatures_status: %s' % str(dict_sign))
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
code = self.SLOW_SYNC
......
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