[Zodb-checkins] CVS: StandaloneZODB/ZEO - zrpc2.py:1.1.2.18

Jeremy Hylton jeremy@zope.com
Thu, 3 Jan 2002 19:19:48 -0500


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

Modified Files:
      Tag: ZEO-ZRPC-Dev
	zrpc2.py 
Log Message:
Remove debugging prints.


=== StandaloneZODB/ZEO/zrpc2.py 1.1.2.17 => 1.1.2.18 ===
                   and (repeat or (tries == 0)):
                 tries = tries + 1
-                print self, tries, self.closed
                 log("Trying to connect to server")
                 s = self._connect_socket()
                 if s is None:
@@ -480,7 +479,6 @@
                         log("Connected to server", level=zeolog.DEBUG)
                     self.connected = 1
             if self.connected and not self.closed:
-                print "connected"
                 c = ManagedConnection(s, self.addr, self.obj, self)
                 log("Connection created: %s" % c)
                 try: