Browse Source

Remove debugging statement.

v0.7.4-release
Ryan 16 years ago
parent
commit
b445514898
  1. 1
      src/http.js

1
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

Loading…
Cancel
Save