Skip to content

Commit

Permalink
refactor: remove console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
EslamHiko committed Sep 25, 2019
1 parent 87fa0d9 commit ff8b981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/createConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function createConfig(config, argv, { port }) {

// This updates both config and firstWpOpt
firstWpOpt.mode = defaultTo(firstWpOpt.mode, 'development');
console.error(argv);

if (argv.bonjour) {
options.bonjour = true;
}
Expand Down

0 comments on commit ff8b981

Please sign in to comment.