[Zodb-checkins] CVS: ZEO/ZEO/zrpc - client.py:1.1.2.13

Jeremy Hylton jeremy@zope.com
Mon, 28 Jan 2002 20:03:05 -0500


Update of /cvs-repository/ZEO/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv22919

Modified Files:
      Tag: Standby-branch
	client.py 
Log Message:
Remove debugging print.

Why do I always notice those in the diff in the checkin mail, but not
in the diff I generate before the checkin?


=== ZEO/ZEO/zrpc/client.py 1.1.2.12 => 1.1.2.13 ===
             self.connection.close()
         if self.trigger is not None:
-            print repr(self), "close"
             self.trigger.close()
 
     def set_async(self, map):