From: Igor Sysoev Date: Mon, 18 Sep 2006 14:36:19 +0000 (+0000) Subject: remove startup debug logging X-Git-Tag: release-0.4.3~14 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=42af0b7c62dcb1f55c5a032673ff9b9c5935da08;p=nginx.git remove startup debug logging --- 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;