Commit 75f81343 authored by Łukasz Nowak's avatar Łukasz Nowak

Drop needless log.

parent c81133e9
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
<value> <string>from Products.ZSQLCatalog.SQLCatalog import Query, ComplexQuery\n <value> <string>from Products.ZSQLCatalog.SQLCatalog import Query, ComplexQuery\n
computer = context\n computer = context\n
portal = context.getPortalObject()\n portal = context.getPortalObject()\n
script.log(state_list)\n
if len(state_list) == 1:\n if len(state_list) == 1:\n
state_string = "= \'%s\'" % state_list[0]\n state_string = "= \'%s\'" % state_list[0]\n
else:\n else:\n
......
452 453
\ 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