From 39a12b2a222989bfaa9f82e3316fb1c95dd4a18e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 21 Nov 2009 17:15:39 +0100 Subject: [PATCH] Remove debug message --- src/node_http.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_http.cc b/src/node_http.cc index f047ec948e..42f99266be 100644 --- a/src/node_http.cc +++ b/src/node_http.cc @@ -91,7 +91,6 @@ HTTPConnection::OnEOF () { HandleScope scope; assert(attached_); - printf("(node) HTTP EOF!\n"); if (type_ == HTTP_REQUEST) { http_parse_requests(&parser_, NULL, 0); } else {