Commit d208140b authored by Jérome Perrin's avatar Jérome Perrin

remove a log committed by mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24261 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c201450a
...@@ -70,7 +70,6 @@ def getRelatedPath(parent, child):\n ...@@ -70,7 +70,6 @@ def getRelatedPath(parent, child):\n
"""\n """\n
parent_path_length = len(parent.getPhysicalPath())\n parent_path_length = len(parent.getPhysicalPath())\n
child_path = child.getPhysicalPath()\n child_path = child.getPhysicalPath()\n
context.log((child, child_path, child_path[parent_path_length:]))\n
return child_path[parent_path_length:]\n return child_path[parent_path_length:]\n
\n \n
def sorted(seq, comp):\n def sorted(seq, comp):\n
......
516 518
\ No newline at end of file \ No newline at end of file
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