Commit 40b9da83 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove logging.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43799 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cda9b884
......@@ -53,8 +53,6 @@
<value> <string>"""\n
Count number of result list of all documents found by specified keyword arguments.\n
"""\n
\n
context.log(context.portal_catalog(src__=1, **kw))\n
return context.portal_catalog.countResults(**kw)\n
</string> </value>
</item>
......
......@@ -53,8 +53,6 @@
<value> <string>"""\n
Return the result list of all documents found by specified keyword arguments.\n
"""\n
\n
context.log(context.portal_catalog(src__=1, **kw))\n
return context.portal_catalog(**kw)\n
</string> </value>
</item>
......
1761
\ No newline at end of file
1762
\ 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