Mercurial > piecrust2
diff tests/mockutil.py @ 346:89cc71928f6a
tests: Remove debug output.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 15 Apr 2015 16:38:55 -0700 |
parents | 8511137d1b62 |
children | c484e1ec9150 |
line wrap: on
line diff
--- 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)