[Checkins] 
	SVN: ZODB/branches/gocept-iteration/src/ZEO/tests/testZEO.py
	removed logging
    Thomas Lotze 
    tl at gocept.com
       
    Thu Feb 14 04:33:06 EST 2008
    
    
  
Log message for revision 83819:
  removed logging
Changed:
  U   ZODB/branches/gocept-iteration/src/ZEO/tests/testZEO.py
-=-
Modified: ZODB/branches/gocept-iteration/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/branches/gocept-iteration/src/ZEO/tests/testZEO.py	2008-02-14 07:34:15 UTC (rev 83818)
+++ ZODB/branches/gocept-iteration/src/ZEO/tests/testZEO.py	2008-02-14 09:33:06 UTC (rev 83819)
@@ -56,7 +56,6 @@
 import ZEO.StorageServer
 
 logger = logging.getLogger('ZEO.tests.testZEO')
-logging.getLogger().addHandler(logging.StreamHandler())
 
 class DummyDB:
     def invalidate(self, *args):
    
    
More information about the Checkins
mailing list