Commit 0a1ede2d authored by Jeremy Hylton's avatar Jeremy Hylton

oops. remove print.

parent 05b74940
......@@ -87,12 +87,10 @@ class IteratorStorage(IteratorCompare):
txniter = self._storage.iterator()
for trans in txniter:
for data in trans:
print repr(data.oid), repr(data.data)
pass
def undoLastTrans(self):
info = self._storage.undoInfo()
print len(info)
tid = info[0]['id']
t = Transaction()
self._storage.tpc_begin(t)
......
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