Commit 80998330 authored by Christophe Dumez's avatar Christophe Dumez

- removed debug LOG


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6850 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 199d1e8d
......@@ -607,7 +607,6 @@ class SubversionTool(UniqueObject, Folder):
if bt_name in os.listdir(wc) :
wc_path = os.path.join(wc, bt_name)
if os.path.isdir(wc_path):
LOG("wc path", 1, wc_path);
if with_name:
return wc_path
else:
......
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