From 29c96f287ff5deb17117cc538df02119bfb0164a Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 14 Feb 2019 10:20:10 -0800 Subject: [PATCH] linux compile fix --- ixwebsocket/IXHttpClient.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ixwebsocket/IXHttpClient.cpp b/ixwebsocket/IXHttpClient.cpp index a4794fcd..f2960382 100644 --- a/ixwebsocket/IXHttpClient.cpp +++ b/ixwebsocket/IXHttpClient.cpp @@ -61,8 +61,6 @@ namespace ix std::cout << "first line: " << line << std::endl; - std::cout << "read error: " << strerror(Socket::getErrno()) << std::endl; - int status = -1; sscanf(line.c_str(), "HTTP/1.1 %d", &status) == 1;