Remove debugging statement.
authorRyan <ry@tinyclouds.org>
Tue, 19 May 2009 18:40:56 +0000 (20:40 +0200)
committerRyan <ry@tinyclouds.org>
Tue, 19 May 2009 18:40:56 +0000 (20:40 +0200)
src/http.js

index 5934beb..8e5cfca 100644 (file)
@@ -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