Skip to content

Commit

Permalink
remove forgotten console log
Browse files Browse the repository at this point in the history
  • Loading branch information
phuesler committed Feb 18, 2015
1 parent ffdfa9d commit 8f23f8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -94,7 +94,6 @@ var Transport = {
this.address,
function(err, bytes) {
if(callback){
console.log(callback);
callback(err, bytes);
}
self._logError(err, bytes);
Expand Down

0 comments on commit 8f23f8b

Please sign in to comment.