From 48a1d9408e2b3e68aaa0a641fc1c34a67093497c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Thu, 10 Aug 2006 09:38:35 +0000
Subject: [PATCH] comment useless log

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9124 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Periodicity.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/Document/Periodicity.py b/product/ERP5/Document/Periodicity.py
index 3023f88f29..fdc18fe641 100644
--- a/product/ERP5/Document/Periodicity.py
+++ b/product/ERP5/Document/Periodicity.py
@@ -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():
-- 
2.30.9