diff options
-rw-r--r-- | Lib/test/test_shutil.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index 067889e..c879fdd 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) |