Commit d5c4a3be authored by Romain Courteaud's avatar Romain Courteaud

Remove useless LOG

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19867 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 539a123c
...@@ -107,7 +107,6 @@ default_link_url =\'setLanePath?form_id=%s&list_selection_name=%s\' %(\n ...@@ -107,7 +107,6 @@ default_link_url =\'setLanePath?form_id=%s&list_selection_name=%s\' %(\n
# Definning date order using user Preference Options\n # Definning date order using user Preference Options\n
try:\n try:\n
date_order = context.portal_preferences.getActivePreference().getPreferredDateOrder()\n date_order = context.portal_preferences.getActivePreference().getPreferredDateOrder()\n
context.log("%s on %s" % (script.getId(), context.getPath()), "%s" % date_order)\n
if (date_order is None) or date_order not in [ \'dmy\', \'ymd\' , \'mdy\' ]:\n if (date_order is None) or date_order not in [ \'dmy\', \'ymd\' , \'mdy\' ]:\n
date_order = \'ymd\'\n date_order = \'ymd\'\n
except AttributeError:\n except AttributeError:\n
...@@ -243,7 +242,6 @@ return domain_list\n ...@@ -243,7 +242,6 @@ return domain_list\n
<string>axis_stop</string> <string>axis_stop</string>
<string>default_link_url</string> <string>default_link_url</string>
<string>date_order</string> <string>date_order</string>
<string>script</string>
<string>None</string> <string>None</string>
<string>AttributeError</string> <string>AttributeError</string>
<string>category_list</string> <string>category_list</string>
...@@ -258,6 +256,7 @@ return domain_list\n ...@@ -258,6 +256,7 @@ return domain_list\n
<string>link</string> <string>link</string>
<string>category</string> <string>category</string>
<string>domain</string> <string>domain</string>
<string>script</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
735 736
\ 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