diff src/http/modules/ngx_http_browser_module.c @ 706:e1d119bf5033

remove startup debug logging
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 Sep 2006 14:36:19 +0000
parents c1104f701926
children 86600665553c
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;