Commit 48a1d940 authored by Aurel's avatar Aurel

comment useless log


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9124 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 44af7aa2
......@@ -205,7 +205,7 @@ class Periodicity(Base):
"""
Make sure that the list of days is ordered
"""
LOG('getPeriodicityWeekDayList',0,'we should order')
#LOG('getPeriodicityWeekDayList',0,'we should order')
day_list = self._baseGetPeriodicityWeekDayList()
new_list = []
for day in self.getWeekDayList():
......
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