Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaer committed Jan 8, 2017
1 parent c39b4d5 commit e357624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(flags.s){
config.buildCommand = false;
}

flags.d && console.log('\nflags:', flags, '\n\nConfig: \n', config, '\n');
// flags.d && console.log('\nflags:', flags, '\n\nConfig: \n', config, '\n');

module.exports.config = config;
module.exports.flags = flags;

0 comments on commit e357624

Please sign in to comment.