Commit ca17c295 authored by Nicolas Delaby's avatar Nicolas Delaby

remove LOG

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22280 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2bad5fc9
......@@ -1535,7 +1535,6 @@ class CategoryTool( UniqueObject, Folder, Base ):
result['from_expression'] = {catalog_table_name:
('\nLEFT JOIN `%s` AS ' % (query_table, )).join(left_join_list)}
result['where_expression'] = '(%s)' % (' AND '.join(where_expression_list), )
LOG('buildAdvancedSQLSelector', 0, repr(result))
else:
result['where_expression'] = \
' OR '.join(['(%s.category_uid %s AND %s.base_category_uid %s)' %\
......
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