# HG changeset patch # User Ludovic Chabant # Date 1429141135 25200 # Node ID 89cc71928f6a54ed3f68be47c48c1ef40368ae25 # Parent ad3e6496f5c354bc76348d9324a3763291438ba3 tests: Remove debug output. diff -r ad3e6496f5c3 -r 89cc71928f6a tests/mockutil.py --- a/tests/mockutil.py Wed Apr 15 16:38:04 2015 -0700 +++ b/tests/mockutil.py Wed Apr 15 16:38:55 2015 -0700 @@ -324,7 +324,6 @@ self._fs._deleteEntry(path) def _exists(self, path): - print("Checking for %s" % path) path = os.path.normpath(path) if path.startswith(resources_path): return self._originals['os.path.isdir'](path)