From 7105763f5b353df35505bec6598baf2830583c26 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 30 Aug 2004 19:24:51 +0000 Subject: nginx-0.0.10-2004-08-30-23:24:51 import --- src/http/modules/ngx_http_userid_filter.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/http/modules') diff --git a/src/http/modules/ngx_http_userid_filter.c b/src/http/modules/ngx_http_userid_filter.c index b7ace1c1c..8fc6a94bd 100644 --- 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(ngx_http_request_t *r, /* 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; -- cgit