[Zodb-checkins]
SVN: ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py
remove print debugging stmt
Christian Theune
ct at gocept.com
Tue Feb 26 01:53:17 EST 2008
Log message for revision 84255:
remove print debugging stmt
Changed:
U ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py
-=-
Modified: ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py
===================================================================
--- ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py 2008-02-26 06:31:49 UTC (rev 84254)
+++ ZODB/branches/gocept-iteration/src/ZODB/BaseStorage.py 2008-02-26 06:53:15 UTC (rev 84255)
@@ -339,7 +339,6 @@
if verbose:
print oid_repr(oid), r.version, len(r.data)
if restoring:
- print r.data_txn
dest.restore(oid, r.tid, r.data, r.version,
r.data_txn, transaction)
else:
More information about the Zodb-checkins
mailing list