Commit 31d3528c authored by Christophe Dumez's avatar Christophe Dumez

- removed debug LOG


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6807 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 80ebaa35
......@@ -795,9 +795,6 @@ class SubversionTool(UniqueObject, Folder):
new_dir += os.sep
old_set = self.getSetFilesForDir(old_dir)
new_set = self.getSetFilesForDir(new_dir)
LOG("chrisold", 1, old_set)
LOG("chrisnew", 1, new_set)
LOG("chrisdiff", 1, new_set.difference(old_set))
return new_set.difference(old_set)
# return dirs present in new_dir but not in old_dir
......
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