diff src/http/ngx_http_output_filter.c @ 12:055ed05235ae

nginx-0.0.1-2002-09-13-18:47:42 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 13 Sep 2002 14:47:42 +0000
parents 4f3879d9b6f6
children d7908993fdeb
line wrap: on
line diff
--- a/src/http/ngx_http_output_filter.c
+++ b/src/http/ngx_http_output_filter.c
@@ -65,9 +65,6 @@ int ngx_http_output_filter(ngx_http_requ
         ctx->next_filter = ngx_http_output_next_filter;
     }
 
-    ngx_log_debug(r->connection->log, "HUNK: x%x CTX-IN: x%x CTX->HUNK: x%x" _
-                  hunk _ ctx->in _ ctx->hunk);
-
     if (hunk && (hunk->type & NGX_HUNK_LAST))
         ctx->last = 1;