diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index 3c0c38200df301ccad73d6f2df0858141c084b2c..b9d9c014675dd91d9b7833ad364165b4e33711a6 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):