[Zodb-checkins] CVS: StandaloneZODB/ZEO/tests - CommitLockTests.py:1.1.2.2

Jeremy Hylton jeremy@zope.com
Mon, 6 May 2002 17:24:47 -0400


Update of /cvs-repository/StandaloneZODB/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv26408

Modified Files:
      Tag: ZEO2-branch
	CommitLockTests.py 
Log Message:
remove debugging prints


=== StandaloneZODB/ZEO/tests/CommitLockTests.py 1.1.2.1 => 1.1.2.2 ===
                 storage2.close()
             else:
-                print "storage", i, "opened"
                 self._storages.append((storage2, t2))
 
-        print "finishing original commit"
         oid = self._storage.new_oid()
         self._storage.store(oid, ZERO, zodb_pickle(MinPO(1)), '', t)
         self._storage.tpc_vote(t)
@@ -65,7 +63,6 @@
             self._storage.load(oid, '')
         else:
             self._storage.tpc_abort(t)
-        print "done"
 
         self._dowork()