From 3da34fa6237a2ab820fa4be3fef3740de734f4e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Fri, 29 Sep 2006 11:22:49 +0000
Subject: [PATCH] remove debugging log

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10430 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 3c0c38200d..b9d9c01467 100644
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -660,7 +660,6 @@ class ObjectTemplateItem(BaseTemplateItem):
       # now put original order group
       # we remove object not added in forms
       # we put old objects we have kept
-      LOG('update_dict', 0, update_dict)
       for path in groups.keys():
         new_groups_dict = groups[path]        
         if not old_groups.has_key(path):
-- 
2.30.9