diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index 580a6bafc87faac935bab1163fcf0324016bf005..e0753efa2bfc10f7bc3390227617914841d8d7f9 100755
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -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()