diff tests/mockutil.py @ 198:1d44d8bd93e2

tests: Remove debug output.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Jan 2015 20:40:22 -0800
parents a54d3c0b5f4a
children 7544c03b6bab
line wrap: on
line diff
--- a/tests/mockutil.py	Mon Jan 12 00:48:47 2015 -0800
+++ b/tests/mockutil.py	Tue Jan 13 20:40:22 2015 -0800
@@ -247,7 +247,6 @@
         self._patchers.append(mock.patch(name, func, **kwargs))
 
     def _doOpen(self, orig_name, path, mode, *args, **kwargs):
-        print("Opening %s" % path)
         path = os.path.normpath(path)
         if path.startswith(resources_path):
             return self._originals[orig_name](path, mode, *args, **kwargs)