Skip to content

Commit

Permalink
Remove unnecessary debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Mar 16, 2016
1 parent c3a57d9 commit 92c2ab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 92c2ab0

Please sign in to comment.