From: Hynek Schlawack Date: Sun, 24 Jun 2012 14:21:22 +0000 (+0200) Subject: Remove debug output from test_shutil X-Git-Tag: v3.3.0b1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf343532a23b117d3ce385875b45a75503641310;p=python Remove debug output from test_shutil --- diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index 067889e6b5..c879fdd830 100644 --- a/Lib/test/test_shutil.py +++ b/Lib/test/test_shutil.py @@ -156,8 +156,6 @@ class TestShutil(unittest.TestCase): # FUSE experienced a failure earlier in the process # at os.listdir. The first failure may legally # be either. - if support.verbose: - print("onerror [%d]: %r" % (self.errorState, (func, arg, exc[1]))) if self.errorState < 2: if func is os.unlink: self.assertEqual(arg, self.child_file_path)