diff src/http/modules/ngx_http_userid_filter.c @ 411:4765ded59eaa

nginx-0.0.10-2004-08-30-23:24:51 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Aug 2004 19:24:51 +0000
parents 48b9ad5ca1fc
children 199cd29f35a3
line wrap: on
line diff
--- a/src/http/modules/ngx_http_userid_filter.c
+++ b/src/http/modules/ngx_http_userid_filter.c
@@ -284,9 +284,6 @@ static ngx_int_t ngx_http_userid_set_uid
 
     /* TODO: mutex for sequencers */
 
-    ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                   "service: %d", r->in_addr);
-
     if (conf->enable == NGX_HTTP_USERID_V1) {
         if (conf->service == NGX_CONF_UNSET) {
             ctx->uid_set[0] = 0;