From 3f064aa71f19725fa652fcd20fcf3816664fbaf2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 2 Mar 2007 19:40:02 +0000 Subject: Removed debugging from the Hash --- src/http.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/http.cpp') diff --git a/src/http.cpp b/src/http.cpp index 19122c3..92bd89c 100644 --- a/src/http.cpp +++ b/src/http.cpp @@ -58,7 +58,7 @@ bool Http::parseRequest() else { setResponseStatus( statusHTTPVersionNotSupported ); - printf("Verson not supported.\n"); + //printf("Verson not supported.\n"); return true; } @@ -93,7 +93,7 @@ bool Http::parseRequest() nLen = pCon->scanInputFor(':'); if( nLen == -1 ) { - printf("No colon? what are you trying to pull?\n"); + //printf("No colon? what are you trying to pull?\n"); } else { @@ -111,10 +111,10 @@ bool Http::parseRequest() pValue->c_str() ); - printf("::%s = \"%s\"\n", - pName->c_str(), - pValue->c_str() - ); + //printf("::%s = \"%s\"\n", + // pName->c_str(), + // pValue->c_str() + // ); } } } -- cgit v1.2.3