diff --git a/proxy.js b/proxy.js index 1ee66c6..d332b44 100644 --- a/proxy.js +++ b/proxy.js @@ -95,7 +95,6 @@ var Proxy = function(opt, cb) { // close will be emitted after this socket.on('error', function(err) { - log.error(err); socket.end(); });