Commit fa310799 authored by Łukasz Nowak's avatar Łukasz Nowak

Drop not needed logging.

parent 16351de1
...@@ -331,7 +331,6 @@ if build_before is None:\n ...@@ -331,7 +331,6 @@ if build_before is None:\n
build_before = getClosestDate(target_date=DateTime(), precision=\'month\', before=0)\n build_before = getClosestDate(target_date=DateTime(), precision=\'month\', before=0)\n
kw[\'movement.start_date\'] = \'< %s\' % build_before\n kw[\'movement.start_date\'] = \'< %s\' % build_before\n
\n \n
script.log(context.portal_catalog(src__=1, **kw))\n
if src__==0:\n if src__==0:\n
return context.portal_catalog(**kw)\n return context.portal_catalog(**kw)\n
\n \n
......
338 339
\ 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