Commit 26537386 authored by Jérome Perrin's avatar Jérome Perrin

comment out some LOG



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10765 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f6d4cf56
......@@ -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()
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