Skip to content

Commit 982c018

Browse files
committed
Remove debug hack
1 parent 677d95c commit 982c018

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_ssl.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,12 +1492,9 @@ def test_main(verbose=False):
14921492
if thread_info and support.is_resource_enabled('network'):
14931493
tests.append(ThreadedTests)
14941494

1495-
old_verbose = support.verbose
14961495
try:
1497-
support.verbose = True
14981496
support.run_unittest(*tests)
14991497
finally:
1500-
support.verbose = old_verbose
15011498
if _have_threads:
15021499
support.threading_cleanup(*thread_info)
15031500

0 commit comments

Comments
 (0)