diff --git a/lib/cli.js b/lib/cli.js index 98efb73f9..94bededa2 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -353,7 +353,6 @@ module.exports = class Cli { // Loop through the tasks and add them to the CLI _.forEach(_.sortBy(tasks, 'command'), task => { - console.log(task) if (_.has(task, 'handler')) yargs.command(task); else yargs.command(this.parseToYargs(task, config)); });