Remove debug message

This commit is contained in:
Ryan Dahl
2009-11-21 17:15:39 +01:00
parent 7719ce33db
commit 39a12b2a22

View File

@@ -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 {