]> granicus.if.org Git - python/commitdiff
Remove debug output from test_shutil
authorHynek Schlawack <hs@ox.cx>
Sun, 24 Jun 2012 14:21:22 +0000 (16:21 +0200)
committerHynek Schlawack <hs@ox.cx>
Sun, 24 Jun 2012 14:21:22 +0000 (16:21 +0200)
Lib/test/test_shutil.py

index 067889e6b5bca644534b6353b647e9b14ab4895c..c879fdd8307ad12dc841dc59d6ba6e06fbc424e5 100644 (file)
@@ -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)