Commit 627a09e1 authored by Jérome Perrin's avatar Jérome Perrin

remove some commented out debug code


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15342 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0d483e6c
......@@ -107,9 +107,7 @@ def getCatalogStorageList(*args, **kw):
"""
result = []
bootstrap_dir = getBootstrapDirectory()
#import pdb; pdb.set_trace()
for item in os.listdir(bootstrap_dir):
#LOG('getCatalogStorageList', 0, item)
if item == '.svn':
continue
if item.endswith('.bt5') and os.path.isfile(item):
......
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