Commit 3c129031 authored by Christophe Dumez's avatar Christophe Dumez

- removed debug LOG

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9082 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c8b290b8
......@@ -217,8 +217,6 @@ if len(listbox_id_list):\n
request_form[listbox_id] = listbox_line_list\n
\n
if enable_pickle or (form.update_action != \'\'):\n
#############################################\n
context.log(\'request_form\', request_form)\n
request_form_cleaned = removeUnpickableObjectsFromDict(request_form)\n
request_form[\'pickle_string\'] = context.portal_selections.getPickle(**request_form_cleaned)\n
\n
......
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