diff --git a/src/http.js b/src/http.js index 5934bebdb63..8e5cfca2190 100644 --- a/src/http.js +++ b/src/http.js @@ -322,7 +322,6 @@ node.http.Server = function (RequestHandler, options) { // is this really needed? connection.onEOF = function () { - puts("HTTP SERVER got eof"); if (responses.length == 0) connection.close(); else