Browse Source

removed debug log

pull/6/head
Matthias Goetzke 12 years ago
parent
commit
5139306298
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/kestrelClient.js

+ 0
- 1
lib/kestrelClient.js View File

@ -87,7 +87,6 @@ function _createConnection(port, host, self){
function _handleData(data, self){
data = data.toString();
console.log(data.substr(0,20)+'...')
if( data.match('STORED\r\n') ){
self.emit('stored', true);


Loading…
Cancel
Save