Commit 4708c210 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove debug logs.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6468 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d2e2742
......@@ -69,8 +69,6 @@
<value> <string>url = None\n
if brain is not None:\n
o = brain.getObject()\n
context.log(\'WebSite_getListboxUrl\',\'context : %s\' % context.vincent_context())\n
context.log(\'WebSite_getListboxUrl\',\'brain : %s\' % brain.vincent_context())\n
url = \'%s/%s\' % (context.REQUEST[\'URL1\'], o.getRelativeUrl())\n
if context.REQUEST.has_key(\'editable_mode\') and context.REQUEST[\'editable_mode\']:\n
url = \'%s/view?editable_mode=%s\' % (url, context.REQUEST[\'editable_mode\'])\n
......@@ -127,8 +125,8 @@ return url\n
<string>url</string>
<string>_getattr_</string>
<string>o</string>
<string>context</string>
<string>_getitem_</string>
<string>context</string>
</tuple>
</value>
</item>
......
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