Commit d8c0418b authored by Romain Courteaud's avatar Romain Courteaud

Forgot to remove useless LOG

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20059 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b561743
......@@ -92,8 +92,6 @@ for category in category_list:\n
domain_generator_method_id = script.id,\n
parent_url=category.getRelativeUrl(),\n
uid = category.getUid())\n
\n
context.log(str(membership_criterion_category))\n
\n
domain_list.append(domain)\n
\n
......@@ -165,7 +163,6 @@ return domain_list\n
<string>sub_category_list</string>
<string>sub_category</string>
<string>script</string>
<string>str</string>
</tuple>
</value>
</item>
......
448
\ No newline at end of file
449
\ 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