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): ...@@ -98,7 +98,7 @@ class ActivityBuffer(TM):
# Keeps a list of messages to add and remove # Keeps a list of messages to add and remove
# at end of transaction # at end of transaction
def _begin(self, *ignored): def _begin(self, *ignored):
LOG('ActivityBuffer', 0, '_begin %r' % (self,)) # LOG('ActivityBuffer', 0, '_begin %r' % (self,))
from ActivityTool import activity_list from ActivityTool import activity_list
self.requires_prepare = 1 self.requires_prepare = 1
try: try:
...@@ -120,7 +120,7 @@ class ActivityBuffer(TM): ...@@ -120,7 +120,7 @@ class ActivityBuffer(TM):
raise raise
def _finish(self, *ignored): def _finish(self, *ignored):
LOG('ActivityBuffer', 0, '_finish %r' % (self,)) # LOG('ActivityBuffer', 0, '_finish %r' % (self,))
try: try:
try: try:
# Try to push / delete all messages # 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