From deeabb517cbbf74c073383398cde37132e313a17 Mon Sep 17 00:00:00 2001
From: Alexandre Boeglin <alex@nexedi.com>
Date: Thu, 3 Feb 2005 09:48:00 +0000
Subject: [PATCH] Removed useless LOG.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2399 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/BusinessTemplate.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index 580a6bafc8..e0753efa2b 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()
-- 
2.30.9