[Zope-CVS] CVS: Products/AdaptableStorage/zodb - ASConnection.py:1.18

Shane Hathaway shane@zope.com
Wed, 5 Feb 2003 15:06:43 -0500


Update of /cvs-repository/Products/AdaptableStorage/zodb
In directory cvs.zope.org:/tmp/cvs-serv22211/zodb

Modified Files:
	ASConnection.py 
Log Message:
Removed accidental print statements

=== Products/AdaptableStorage/zodb/ASConnection.py 1.17 => 1.18 ===
--- Products/AdaptableStorage/zodb/ASConnection.py:1.17	Wed Feb  5 11:51:27 2003
+++ Products/AdaptableStorage/zodb/ASConnection.py	Wed Feb  5 15:06:39 2003
@@ -252,8 +252,6 @@
                         ext_oid = oid_encoder.encode(ext_keychain)
                         if ext_ref._p_jar:
                             if ext_ref._p_jar != self:
-                                print object.__dict__
-                                print ext_ref.__dict__
                                 raise InvalidObjectReference, (
                                     "Can't refer from %s in %s to %s in %s"
                                     % (repr(object), repr(self), repr(ext_ref),