Removed a debug print statement.

git-svn-id: file:///home/mbr/svn/fwknop/trunk@268 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart 2010-07-18 01:56:19 +00:00
parent bf8586922e
commit 3111e5868b

View File

@ -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");