# HG changeset patch # User Ludovic Chabant # Date 1438133381 25200 # Node ID 9d1a89cd814672cedf5ce7cb2de466792b202ca4 # Parent 48fcdd96721264a5a5cd87d8b60a453e2cb60fa4 cosmetic: Remove debug print here too. diff -r 48fcdd967212 -r 9d1a89cd8146 piecrust/templating/pystacheengine.py --- 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: