From fc3c866fc0beef97693dfca7f27d9b4d94d72528 Mon Sep 17 00:00:00 2001 From: Carlos Serrano Date: Thu, 20 Oct 2016 16:52:19 +0100 Subject: [PATCH] style: remove log --- prompt/LimitedInput.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/prompt/LimitedInput.js b/prompt/LimitedInput.js index 37fd92eb..139ad276 100644 --- a/prompt/LimitedInput.js +++ b/prompt/LimitedInput.js @@ -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) {