Commit 5d636802 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove log message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9011 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 193e8121
...@@ -81,7 +81,6 @@ def isValid(value_name):\n ...@@ -81,7 +81,6 @@ def isValid(value_name):\n
prefix = value_name.split(\'_\')[0]\n prefix = value_name.split(\'_\')[0]\n
if value_name == \'field_id\' \\\n if value_name == \'field_id\' \\\n
or prefix not in (\'field\', \'subfield\', \'default\', \'select\', \'search\'):\n or prefix not in (\'field\', \'subfield\', \'default\', \'select\', \'search\'):\n
context.log(\'filter\', \'keeping %s\' % (value_name, ))\n
return True\n return True\n
return False\n return False\n
\n \n
......
57 63
\ 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