From 13e10f5929a13c9b207962c3070c3e3ec192cd21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Wed, 26 Jul 2006 10:19:48 +0000
Subject: [PATCH] comment useless log

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

diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index 5da7483325..7398ce7314 100644
--- a/product/ERP5Type/tests/ERP5TypeTestCase.py
+++ b/product/ERP5Type/tests/ERP5TypeTestCase.py
@@ -220,7 +220,7 @@ class ERP5TypeTestCase(PortalTestCase):
 
       template_list = self.getBusinessTemplateList()
       new_template_list = []
-      LOG('template_list',0,template_list)
+      #LOG('template_list',0,template_list)
       for template in template_list:
         id = template
         try :
-- 
2.30.9