From b445514898c200720400c04aeafc9fa326a966f4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 19 May 2009 20:40:56 +0200 Subject: [PATCH] Remove debugging statement. --- src/http.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http.js b/src/http.js index 5934beb..8e5cfca 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 -- 2.7.4