Commit 16647f38 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Removed unintentionally commited LOG message (would output too many lines).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2761 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e99c3de
...@@ -101,7 +101,6 @@ class ObjectTemplateItem(BaseTemplateItem): ...@@ -101,7 +101,6 @@ class ObjectTemplateItem(BaseTemplateItem):
while new_object_id in container_ids: while new_object_id in container_ids:
n = n + 1 n = n + 1
new_object_id = '%s_btsave_%s' % (object_id, n) new_object_id = '%s_btsave_%s' % (object_id, n)
LOG('_backupObject', 0, repr((container, object_id, new_object_id)))
container.manage_renameObject(object_id, new_object_id) container.manage_renameObject(object_id, new_object_id)
def install(self, context, **kw): def install(self, context, **kw):
......
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