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 ...@@ -97,7 +97,7 @@ for category in category_list:\n
\n \n
domain_list.append(domain)\n domain_list.append(domain)\n
\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 return domain_list\n
</string> </value> </string> </value>
</item> </item>
...@@ -162,7 +162,6 @@ return domain_list\n ...@@ -162,7 +162,6 @@ return domain_list\n
<string>category</string> <string>category</string>
<string>domain</string> <string>domain</string>
<string>script</string> <string>script</string>
<string>len</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
315 316
\ 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