Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed May 27, 2010
1 parent b3215a9 commit cdb7571
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ndb/command_center.js
Expand Up @@ -57,9 +57,7 @@ exports.stdinListener = function(text) {

exports.loop = function() {
var process = ndb.Helpers.process,
prompt = this.prompt,
stdin,
listener;
stdin;

this.commands.connection = this.connection;
stdin = process.openStdin();
Expand Down

0 comments on commit cdb7571

Please sign in to comment.