diff --git a/product/CMFCategory/CategoryTool.py b/product/CMFCategory/CategoryTool.py
index fa3c6f71ffc8d85000423ad2fcde3314d2f7d140..13617844943f6a2f7c3a0413803066fb3d10b6cd 100755
--- a/product/CMFCategory/CategoryTool.py
+++ b/product/CMFCategory/CategoryTool.py
@@ -203,9 +203,7 @@ class CategoryTool( UniqueObject, Folder, Base ):
         context = aq_base(self)
         if base_category is not None:
           context = context.unrestrictedTraverse(base_category)
-          LOG('context base', 0, repr(context))
           context = aq_base(context)
-        LOG('context', 0, repr(context))
         node = context.unrestrictedTraverse(relative_url)
         return node.__of__(self)
       except: