diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-09-18 14:36:19 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-09-18 14:36:19 +0000 |
commit | 42af0b7c62dcb1f55c5a032673ff9b9c5935da08 (patch) | |
tree | 9df5efb98e153347f30920b9f6c8e6c8dde0beba /src/http/modules/ngx_http_browser_module.c | |
parent | d34238f755ff1f1f1e2ef4cf2cf5601d44ab6162 (diff) | |
download | nginx-42af0b7c62dcb1f55c5a032673ff9b9c5935da08.tar.gz nginx-42af0b7c62dcb1f55c5a032673ff9b9c5935da08.zip |
remove startup debug logging
Diffstat (limited to 'src/http/modules/ngx_http_browser_module.c')
-rw-r--r-- | src/http/modules/ngx_http_browser_module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/modules/ngx_http_browser_module.c b/src/http/modules/ngx_http_browser_module.c index 2a983955e..0c63780d0 100644 --- 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; |