remove startup debug logging

This commit is contained in:
Igor Sysoev 2006-09-18 14:36:19 +00:00
parent d34238f755
commit 42af0b7c62

View File

@ -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;