Commit 640ef729 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Disable LOGs.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13195 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5599582e
......@@ -98,7 +98,7 @@ class ActivityBuffer(TM):
# Keeps a list of messages to add and remove
# at end of transaction
def _begin(self, *ignored):
LOG('ActivityBuffer', 0, '_begin %r' % (self,))
# LOG('ActivityBuffer', 0, '_begin %r' % (self,))
from ActivityTool import activity_list
self.requires_prepare = 1
try:
......@@ -120,7 +120,7 @@ class ActivityBuffer(TM):
raise
def _finish(self, *ignored):
LOG('ActivityBuffer', 0, '_finish %r' % (self,))
# LOG('ActivityBuffer', 0, '_finish %r' % (self,))
try:
try:
# Try to push / delete all messages
......
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