nginx-0.0.1-2003-11-03-01:56:18 import
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index 7ef20ac..6c50b6b 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -376,10 +376,7 @@
             continue;
         }
 
-        rc = ngx_strncmp(r->uri.data, clcfp[i]->name.data,
-                         clcfp[i]->name.len);
-
-ngx_log_debug(r->connection->log, "rc: %d" _ rc);
+        rc = ngx_strncmp(r->uri.data, clcfp[i]->name.data, clcfp[i]->name.len);
 
         if (rc < 0) {
             break;