Commit 85aef70a authored by Vincent Pelletier's avatar Vincent Pelletier

Remove debugging log.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25891 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2de787ec
......@@ -1800,8 +1800,6 @@ class Catalog(Folder,
table_index[line.KEY_NAME].append(line.COLUMN_NAME)
else:
table_index[line.KEY_NAME] = [line.COLUMN_NAME,]
LOG("SQLCatalog.getTableIndex", INFO, "index = %s for table = %s" \
%(table_index, table))
return table_index
return CachingMethod(_getTableIndex, id='SQLCatalog.getTableIndex', \
cache_factory='erp5_content_long')(table=table).copy()
......
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