Commit 69e78b3f authored by Jim Fulton's avatar Jim Fulton

Removed debugging print

parent 1b6f7156
......@@ -319,7 +319,6 @@ class DemoStorage(object):
@ZODB.utils.locked
def tpc_abort(self, transaction):
if transaction is not self._transaction:
print('WTF', transaction, self._transaction)
return
self._stored_oids = set()
self._transaction = None
......
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