Mercurial > piecrust2
changeset 346:89cc71928f6a
tests: Remove debug output.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 15 Apr 2015 16:38:55 -0700 |
parents | ad3e6496f5c3 |
children | 76c838453dbe |
files | tests/mockutil.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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)