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):
return
except ConflictError:
i = i + 1
print "conflict %d" % i
#print "conflict %d" % i
if i > 3: raise
finally:
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