From 1e02af08f17c2d14d226b98601bd6261579596b1 Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Tue, 9 Jul 2013 15:54:10 +0200 Subject: [PATCH] Removed fprintf --- modules/protocol/httpd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/protocol/httpd.c b/modules/protocol/httpd.c index 4e3643bd3..ddd7c0c43 100644 --- a/modules/protocol/httpd.c +++ b/modules/protocol/httpd.c @@ -226,9 +226,6 @@ HTTPD_session *client_data = NULL; * */ - fprintf(stderr, "<<< HTTPD url is [%s]\n", url); - fprintf(stderr, "<<< HTTPD qs is [%s]\n", query_string); - dcb_printf(dcb, "Welcome to HTTPD Gateway (c) %s\n\n", version_str); if (strcmp(url, "/show") == 0) {