]> granicus.if.org Git - python/commitdiff
Remove debug hack
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 16 Aug 2010 14:33:42 +0000 (14:33 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 16 Aug 2010 14:33:42 +0000 (14:33 +0000)
Lib/test/test_ssl.py

index a4cef88f0174e28b30cb10fccaccdfe79632f3bc..71ba9e1bcbd0eac386e32f49fc262231a2bbc7bf 100644 (file)
@@ -1492,12 +1492,9 @@ def test_main(verbose=False):
         if thread_info and support.is_resource_enabled('network'):
             tests.append(ThreadedTests)
 
-    old_verbose = support.verbose
     try:
-        support.verbose = True
         support.run_unittest(*tests)
     finally:
-        support.verbose = old_verbose
         if _have_threads:
             support.threading_cleanup(*thread_info)