# HG changeset patch # User Ludovic Chabant # Date 1421210422 28800 # Node ID 1d44d8bd93e2488fd0bf4125c97cf29fc586ceec # Parent 57eec8a67095b26749da909758145ad84d1bafbc tests: Remove debug output. diff -r 57eec8a67095 -r 1d44d8bd93e2 tests/mockutil.py --- 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)