Commit 02002ef2 authored by Jérome Perrin's avatar Jérome Perrin

remove useless LOG


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7339 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7fa58fd8
......@@ -76,7 +76,6 @@ def createPreferenceMethods(portal) :
for attribute_name in attr_list:
method = PreferenceMethod(attribute_name)
setattr(PreferenceTool, attribute_name, method)
LOG('PreferenceTool', INFO, 'Preference methods generated')
class PreferenceMethod(Method) :
""" A method object that lookup the attribute on preferences. """
......
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