Mercurial > piecrust2
diff piecrust/templating/pystacheengine.py @ 519:9d1a89cd8146
cosmetic: Remove debug print here too.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 28 Jul 2015 18:29:41 -0700 |
parents | 96d363e2da4b |
children | 370e74941d32 |
line wrap: on
line diff
--- a/piecrust/templating/pystacheengine.py Tue Jul 28 18:10:00 2015 -0700 +++ b/piecrust/templating/pystacheengine.py Tue Jul 28 18:29:41 2015 -0700 @@ -39,7 +39,7 @@ try: tpl = self.renderer.load_template(name) except Exception as ex: - print(p, ex) + logger.debug("Mustache error: %s" % ex) pass if tpl is None: