Skip to content

Commit

Permalink
Removed extraneous sys.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Oct 6, 2010
1 parent 93d066f commit 9eb2ced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client.js
Expand Up @@ -759,6 +759,5 @@ Client.prototype.del = function () {
}
}
args[0] = "del";
sys.log(sys.inspect(args));
this.sendCommand(args);
};

0 comments on commit 9eb2ced

Please sign in to comment.