From 26537386ea7888beff72bd74197fe529f6be91f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 17 Oct 2006 08:43:55 +0000
Subject: [PATCH] comment out some LOG

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10765 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ZMySQLDDA/db.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/product/ZMySQLDDA/db.py b/product/ZMySQLDDA/db.py
index 6e1fa58fbe..90cfa51281 100644
--- a/product/ZMySQLDDA/db.py
+++ b/product/ZMySQLDDA/db.py
@@ -126,7 +126,7 @@ class DeferredDB(DB):
             LOG('ZMySQLDA', INFO, "ignoring _finish")
             return
         # BEGIN commit
-        LOG('ZMySQLDDA', INFO, "BEGIN commit")
+        #LOG('ZMySQLDDA', INFO, "BEGIN commit")
         try:
             if self._transactions:
                 self.db.query("BEGIN")
@@ -154,9 +154,9 @@ class DeferredDB(DB):
                     c=db.store_result()
                 except OperationalError, m:
                     raise
-            LOG('ZMySQLDDA', INFO, "Execute %s" % qs)
+            #LOG('ZMySQLDDA', INFO, "Execute %s" % qs)
         # Finish commit
-        LOG('ZMySQLDDA', INFO, "FINISH commit")
+        #LOG('ZMySQLDDA', INFO, "FINISH commit")
         try:
             try:
                 if self._mysql_lock:
@@ -177,4 +177,4 @@ class DeferredDB(DB):
         if not self._tlock.locked() or self._tthread != get_ident():
             LOG('ZMySQLDDA', INFO, "ignoring _abort")
             return
-        self._tlock.release()
\ No newline at end of file
+        self._tlock.release()
-- 
2.30.9