[Checkins] SVN: zc.zk/trunk/src/zc/zk/__init__.py Oops, debugging print.

Jim Fulton jim at zope.com
Fri Dec 9 22:36:09 UTC 2011


Log message for revision 123652:
  Oops, debugging print.
  

Changed:
  U   zc.zk/trunk/src/zc/zk/__init__.py

-=-
Modified: zc.zk/trunk/src/zc/zk/__init__.py
===================================================================
--- zc.zk/trunk/src/zc/zk/__init__.py	2011-12-09 20:32:18 UTC (rev 123651)
+++ zc.zk/trunk/src/zc/zk/__init__.py	2011-12-09 22:36:09 UTC (rev 123652)
@@ -164,7 +164,6 @@
         if not connected.is_set():
             if wait:
                 while not connected.is_set():
-                    print 'whimper'
                     logger.critical("Can't connect to ZooKeeper at %r",
                                     connection_string)
                     connected.wait(1)



More information about the checkins mailing list