From 92c2ab0a42b41086926a5a8c0fba4bb2a83a8616 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Wed, 16 Mar 2016 22:41:58 +0100 Subject: [PATCH] Remove unnecessary debug output --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 342638a..8c6f175 100644 --- a/index.js +++ b/index.js @@ -80,8 +80,6 @@ function customize () { */ function Customize (config, parentConfig, engines) { var _config = _.merge({}, parentConfig, config, customOverrider) - console.log('custom', require('debug')('customize:state').enabled, config) - console.log('debugState', debugState.enabled, config) // Debug logging if (debugState.enabled) {