changeset 2218:7f27856d000d

remove unused debug log
author Igor Sysoev <igor@sysoev.ru>
date Wed, 27 Aug 2008 13:26:35 +0000
parents 31fda45f696f
children fb84e3e95841
files src/http/ngx_http.c
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -1243,15 +1243,6 @@ ngx_http_add_address(ngx_conf_t *cf, ngx
     in_addr->bind = listen->conf.bind;
     in_addr->listen_conf = &listen->conf;
 
-#if (NGX_DEBUG)
-    {
-    u_char text[20];
-    ngx_inet_ntop(AF_INET, &in_addr->addr, text, 20);
-    ngx_log_debug2(NGX_LOG_DEBUG_HTTP, cf->log, 0, "address: %s:%d",
-                   text, in_port->port);
-    }
-#endif
-
     return ngx_http_add_names(cf, cscf, in_addr);
 }