Commit a0f5a7c4 authored by Romain Courteaud's avatar Romain Courteaud

Remove LOG message.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3212 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d661b64a
......@@ -1863,7 +1863,7 @@ def new_traverse(self, path, response=None, validated_hook=None) :
object_id_getter = getattr(object, 'getId', None)
if response is None: response=self.response
LOG('My Traverse absolute_url', 0, path )
# LOG('My Traverse absolute_url', 0, path )
if hasattr(object, 'unrestrictedTraverse') :
portal_skins = aq_base(object.unrestrictedTraverse('portal_skins', default=None))
......
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