diff src/http/ngx_http_write_filter.c @ 81:b2ece31c976a

nginx-0.0.1-2003-04-24-18:46:08 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Apr 2003 14:46:08 +0000
parents 57c2e18d3572
children a7e45c45a95c
line wrap: on
line diff
--- a/src/http/ngx_http_write_filter.c
+++ b/src/http/ngx_http_write_filter.c
@@ -169,8 +169,6 @@ static void *ngx_http_write_filter_creat
 
     conf->buffer_output = NGX_CONF_UNSET;
 
-ngx_log_debug(pool->log, "write conf %08X %08X" _ conf _ conf->buffer_output);
-
     return conf;
 }
 
@@ -185,8 +183,6 @@ static char *ngx_http_write_filter_merge
 
     ngx_conf_size_merge(conf->buffer_output, prev->buffer_output, 1460);
 
-ngx_log_debug(pool->log, "write merge %08X %08X %08X" _ prev _ conf _ conf->buffer_output);
-
     return NULL;
 }