Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
style: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse authored and brokenmass committed Oct 27, 2016
1 parent 5d9db5a commit fc3c866
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prompt/LimitedInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ function LimitedInput() {

this.leadingLength = this.leadingLabel.length;
this.updateMessage();

console.log(this.leadingLength)
}



util.inherits(LimitedInput, inquirer.prompt.prompts.input);

LimitedInput.prototype.updateMessage = function(e) {
Expand Down

0 comments on commit fc3c866

Please sign in to comment.