Commit deeabb51 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Removed useless LOG.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2399 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 475056e3
......@@ -109,7 +109,6 @@ class ObjectTemplateItem(BaseTemplateItem):
for relative_url,object in self._archive.items():
container_path = relative_url.split('/')[0:-1]
object_id = relative_url.split('/')[-1]
LOG('ALEXXX', 0, repr(( relative_url, object, container_path )))
container = portal.unrestrictedTraverse(container_path)
#LOG('Installing' , 0, '%s in %s with %s' % (self.id, container.getPhysicalPath(), self.export_string))
container_ids = container.objectIds()
......
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