Commit 80931252 authored by Jérome Perrin's avatar Jérome Perrin

remove LOG


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5050 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8aec2717
......@@ -79,11 +79,9 @@ class IdTool(UniqueObject, Folder):
new ids. It would be nice to have a management page giving the list
of id_group with each time the last_id and the class generator
"""
LOG('generateNewId',0,'id_group: %s' % str(id_group))
if not hasattr(self,'dict_ids'):
self.dict_ids = PersistentMapping()
LOG('generateNewId',0,'dict_ids: %s' % str(self.dict_ids))
new_id = None
if id_group is not None and id_group!='None':
# Getting the last id
......
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