diff --git a/product/ZSQLCatalog/SQLCatalog.py b/product/ZSQLCatalog/SQLCatalog.py
index 60e37a1afada3a284cec5de7a64d3ae083b98600..9fd0d81f473bb59c48cfc2916ea24a5bfd1e8c76 100755
--- a/product/ZSQLCatalog/SQLCatalog.py
+++ b/product/ZSQLCatalog/SQLCatalog.py
@@ -1447,8 +1447,6 @@ class Catalog(Folder, Persistent, Acquisition.Implicit, ExtensionClass.Base):
         where_expression = join(where_expression, ' AND ')
 
     # Use a dictionary at the moment.
-    LOG('SQLCatalog.buildSQLQuery, from_table_dict.items:',0,from_table_dict.items())
-    LOG('SQLCatalog.buildSQLQuery, where_expression',0,where_expression)
     return { 'from_table_list' : from_table_dict.items(),
              'order_by_expression' : sort_on,
              'where_expression' : where_expression }