Commit c3a10c01 authored by Romain Courteaud's avatar Romain Courteaud

Disable excessive LOG calls.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3196 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eb1b5f80
......@@ -1350,7 +1350,7 @@ class Catalog(Folder, Persistent, Acquisition.Implicit, ExtensionClass.Base):
join_tuple = t_tuple[1].strip().split('/')
#LOG('related_tuples', 0, str(join_tuple))
related_keys.append(key)
LOG('buildSqlQuery, join_tuple',0,join_tuple)
# LOG('buildSqlQuery, join_tuple',0,join_tuple)
method_id = join_tuple[2]
table_list = tuple(join_tuple[0].split(','))
related_method[key] = method_id
......
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