Commit e85970dd authored by Rafael Monnerat's avatar Rafael Monnerat

Remove Useless Log

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16905 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 804566cf
......@@ -97,7 +97,7 @@ for category in category_list:\n
\n
domain_list.append(domain)\n
\n
context.log("%s on %s" % (script.getId(), context.getPath()), "%d objects domain" % len(domain_list))\n
#context.log("%s on %s" % (script.getId(), context.getPath()), "%d objects domain" % len(domain_list))\n
return domain_list\n
</string> </value>
</item>
......@@ -162,7 +162,6 @@ return domain_list\n
<string>category</string>
<string>domain</string>
<string>script</string>
<string>len</string>
</tuple>
</value>
</item>
......
315
\ No newline at end of file
316
\ 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