Skip to content

Commit

Permalink
Removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjwest committed Aug 22, 2015
1 parent 0e99ba5 commit 401d1c2
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 @@ -250,7 +250,5 @@ Climatic.prototype.run = function(payload) {
return command._action.call(command, payload.args, payload.options, payload.raw);
}

console.log(payload.errors);

this._output(command.helpMessage());
};

0 comments on commit 401d1c2

Please sign in to comment.