Commit 67611966 authored by Fabien Morin's avatar Fabien Morin

remove this unused log wich was polluting the log file


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26397 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c2a1667
......@@ -100,7 +100,6 @@ class WebSiteTraversalHook(Persistent):
# # Replace the last id of the path with the name which
# # was used to lookup the document
# path = path[:-1] + (self._v_request[DOCUMENT_NAME_KEY],)
LOG("Path",0,path)
return path[i:]
def __call__(self, container, request):
......
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