Commit 0a7378e3 authored by Bartek Górny's avatar Bartek Górny

cleaned up logs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12562 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a6fb1a0
...@@ -76,10 +76,8 @@ o = sci.object\n ...@@ -76,10 +76,8 @@ o = sci.object\n
request = o.REQUEST\n request = o.REQUEST\n
pref = \'subfield_field_my_dms_category_list_\'\n pref = \'subfield_field_my_dms_category_list_\'\n
for k,v in request.items():\n for k,v in request.items():\n
#context.log(k)\n
if k.startswith(pref):\n if k.startswith(pref):\n
if v != \'\':\n if v != \'\':\n
context.log(v)\n
o.setProperty(k.replace(pref, \'\'), v)\n o.setProperty(k.replace(pref, \'\'), v)\n
</string> </value> </string> </value>
</item> </item>
...@@ -131,7 +129,6 @@ for k,v in request.items():\n ...@@ -131,7 +129,6 @@ for k,v in request.items():\n
<string>_getiter_</string> <string>_getiter_</string>
<string>k</string> <string>k</string>
<string>v</string> <string>v</string>
<string>context</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
495 497
\ 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