diff piecrust/processing/compass.py @ 1036:12a1bd7af52e

bake: Remove superfluous debug message.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Jan 2018 08:40:53 -0800
parents 4850f8c21b6e
children
line wrap: on
line diff
--- a/piecrust/processing/compass.py	Tue Jan 16 08:40:34 2018 -0800
+++ b/piecrust/processing/compass.py	Tue Jan 16 08:40:53 2018 -0800
@@ -68,8 +68,6 @@
 
         config = self.app.config.get('compass')
         if config is None or not config.get('enable'):
-            logger.debug("Compass processing is disabled (set "
-                         "`compass/enable` to `true` to enable it).")
             self._state = self.STATE_INACTIVE
             return