Commit efdf4593 authored by Sebastien Robin's avatar Sebastien Robin

remove some logs


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2395 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 658db564
......@@ -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 }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment