# HG changeset patch # User Ludovic Chabant # Date 1516120853 28800 # Node ID 12a1bd7af52e8881603c8d7c0231e4e49456d180 # Parent 1a7f3ae09c5364626f71966512c2af8732dda2df bake: Remove superfluous debug message. diff -r 1a7f3ae09c53 -r 12a1bd7af52e piecrust/processing/compass.py --- 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