changeset 706:e1d119bf5033

remove startup debug logging
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 Sep 2006 14:36:19 +0000
parents 5bb10018ae14
children 926db7d6748a
files src/http/modules/ngx_http_browser_module.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_browser_module.c
+++ b/src/http/modules/ngx_http_browser_module.c
@@ -507,9 +507,6 @@ found:
 
     version += ver * scale;
 
-    ngx_conf_log_error(NGX_LOG_NOTICE, cf, 0,
-                       "browser version \"%V\", %ui", &value[2], version);
-
     browser->version = version;
 
     return NGX_CONF_OK;