Commit 7a3fc135 authored by matt@zope.com's avatar matt@zope.com

Remove print statement

parent 900015ca
...@@ -340,7 +340,7 @@ class BaseReaderWriter(threading.Thread): ...@@ -340,7 +340,7 @@ class BaseReaderWriter(threading.Thread):
return return
except ConflictError: except ConflictError:
i = i + 1 i = i + 1
print "conflict %d" % i #print "conflict %d" % i
if i > 3: raise if i > 3: raise
finally: finally:
self.conn.close() self.conn.close()
......
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