Skip to content

Commit

Permalink
Remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aam229 committed Feb 1, 2016
1 parent f7e099d commit 721af0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea/
node_modules/
debug.txt
npm-debug.log
.DS_Store
docs/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An Inquirer extension to support path questions",
"author": "Alexandre Massonneau <[email protected]> (http://github.com/aam229)",
"license": "MIT",
"version": "1.0.0-alpha1",
"version": "1.0.0-alpha2",
"repository": {
"type": "git",
"url": "git+https://github.com/aam229/inquirer-path.git"
Expand Down
1 change: 0 additions & 1 deletion src/PathPrompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ export default class PathPrompt extends BasePrompt {
this.finished = true;
// Put the listeners back on to SIGINT
this.originalSIGINTListeners.forEach((listener) => {
console.error(this.rl);
this.rl.addListener('SIGINT', listener);
});

Expand Down

0 comments on commit 721af0b

Please sign in to comment.