From 3111e5868b56b16bd3eee39cdd8a4b64924a513c Mon Sep 17 00:00:00 2001 From: Damien Stuart Date: Sun, 18 Jul 2010 01:56:19 +0000 Subject: [PATCH] Removed a debug print statement. git-svn-id: file:///home/mbr/svn/fwknop/trunk@268 510a4753-2344-4c79-9c09-4d669213fbeb --- client/http_resolve_host.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/http_resolve_host.c b/client/http_resolve_host.c index 66e4c593..49329a30 100644 --- a/client/http_resolve_host.c +++ b/client/http_resolve_host.c @@ -132,7 +132,6 @@ resolve_ip_http(fko_cli_options_t *options) close(sock); #endif -fprintf(stderr, "RESP:'%s'\n", http_response); /* Move to the end of the HTTP header and to the start of the content. */ ndx = strstr(http_response, "\r\n\r\n");