diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py
index ad045f1b2de0cf492cb800cdba18c8dbaf318b65..79151c21a6c5b9bf5dd0f14e79727d99504cea3a 100755
--- a/product/ERP5Type/Utils.py
+++ b/product/ERP5Type/Utils.py
@@ -336,7 +336,7 @@ def registerBaseCategories(property_sheet):
   if type(category_list) is type('') :
     category_list = (category_list,)
   for bc in category_list :
-    LOG('registerBaseCategories', 0, 'bc = %r in %s' % (bc, property_sheet))
+    #LOG('registerBaseCategories', 0, 'bc = %r in %s' % (bc, property_sheet))
     base_category_dict[bc] = 1
 
 def importLocalInterface(class_id, path = None):