[Zope3-checkins] CVS: Zope3/src/zodb - connection.py:1.29
Tim Peters
tim.one@comcast.net
Wed, 2 Apr 2003 14:54:49 -0500
Update of /cvs-repository/Zope3/src/zodb
In directory cvs.zope.org:/tmp/cvs-serv1119/src/zodb
Modified Files:
connection.py
Log Message:
Oops! Removed debugging prints.
=== Zope3/src/zodb/connection.py 1.28 => 1.29 ===
--- Zope3/src/zodb/connection.py:1.28 Wed Apr 2 14:50:25 2003
+++ Zope3/src/zodb/connection.py Wed Apr 2 14:54:48 2003
@@ -72,7 +72,6 @@
IDataManager)
def __init__(self, db, storage, version='', cache_size=400):
- print '__init__', id(self)
self._db = db
self._storage = storage
self._version = version
@@ -117,7 +116,6 @@
# new_oid is used by serialize
self.newObjectId = self._storage.newObjectId
- print '__init__ done', id(self)
def _get_transaction(self):
# Return the transaction currently active.
@@ -291,7 +289,6 @@
# prepare(), abort(), commit(), savepoint()
def prepare(self, txn):
- print "prepare %d" % id(self)
if self._conflicts:
# XXX should raise all of the conflicting oids, but
# haven't gotten around to changing the exception