diff options
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 3ae8017fc..9eab6ad08 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -674,8 +674,6 @@ static char *ngx_server_block(ngx_conf_t *cf, ngx_command_t *cmd, char *dummy) } } -ngx_log_debug(cf->pool->log, "main merge"); - if (module->merge_loc_conf) { if (module->merge_loc_conf(cf->pool, prev->loc_conf[module->index], @@ -684,8 +682,6 @@ ngx_log_debug(cf->pool->log, "main merge"); return NGX_CONF_ERROR; } -ngx_log_debug(cf->pool->log, "server merge"); - for (j = 0; j < scf->locations.nelts; j++) { if (module->merge_loc_conf(cf->pool, ctx->loc_conf[module->index], @@ -694,7 +690,6 @@ ngx_log_debug(cf->pool->log, "server merge"); return NGX_CONF_ERROR; } } -ngx_log_debug(cf->pool->log, "server merge done"); } } |