aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c/request.c
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-01-23 15:34:06 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2011-01-23 15:34:06 -0500
commit64d72f30b166faec8587aa14164a2b9e32d414c6 (patch)
tree3ab0e9b5df5df1571ea9c3e1a9165a566462db66 /src/c/request.c
parentd918f6338b3ceaaf8427366bd0a08f4bb73851a6 (diff)
Only announce URI serving in standalone HTTP server (grandfathered into release!)
Diffstat (limited to 'src/c/request.c')
-rw-r--r--src/c/request.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/c/request.c b/src/c/request.c
index b4c3130b..60836b35 100644
--- a/src/c/request.c
+++ b/src/c/request.c
@@ -414,8 +414,6 @@ request_result uw_request(uw_request_context rc, uw_context ctx,
}
}
- log_debug(logger_data, "Serving URI %s....\n", path);
-
while (1) {
uw_setQueryString(ctx, rc->queryString);