Commit 8b937a49 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Disable a LOG call.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1499 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fbeecb92
......@@ -526,7 +526,7 @@ class ListBoxWidget(Widget.Widget):
#LOG('ListBox', 0, 'sort = %s, selection.selection_sort_on = %s' % (repr(sort), repr(selection.selection_sort_on)))
# Selection
LOG("Selection",0,str(selection.__dict__))
#LOG("Selection",0,str(selection.__dict__))
# Display choosen by the user
......
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