From: Zeev Suraski Date: Fri, 28 May 1999 22:42:17 +0000 (+0000) Subject: no need for those X-Git-Tag: BEFORE_REMOVING_GC_STEP1~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1dc4efc3b2dc729a5a14c777f8201e83107234a;p=php no need for those --- diff --git a/mod_php4.c b/mod_php4.c index 73c27ba717..b876d8c3e4 100644 --- a/mod_php4.c +++ b/mod_php4.c @@ -208,9 +208,7 @@ static void init_request_info(SLS_D) SG(request_info).path_translated = r->filename; SG(request_info).request_uri = r->uri; SG(request_info).request_method = (char *)r->method; - printf("Obtaining content type...\n"); SG(request_info).content_type = (char *) table_get(r->subprocess_env, "CONTENT_TYPE"); - printf("Obtained content type: %s\n", SG(request_info).content_type); SG(request_info).content_length = (content_length ? atoi(content_length) : 0); if (r->headers_in) {