From: Marcin Siodelski Date: Wed, 26 Jun 2019 18:00:53 +0000 (+0200) Subject: [#691,!395] Removed debug leftovers from ha service. X-Git-Tag: Kea-1.6.0-beta2~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05ce7e648d4aceb95a57d6acea54f04d7449252;p=thirdparty%2Fkea.git [#691,!395] Removed debug leftovers from ha service. --- diff --git a/src/hooks/dhcp/high_availability/ha_service.cc b/src/hooks/dhcp/high_availability/ha_service.cc index 7dafa7f17f..f3188b3019 100644 --- a/src/hooks/dhcp/high_availability/ha_service.cc +++ b/src/hooks/dhcp/high_availability/ha_service.cc @@ -1622,9 +1622,6 @@ HAService::verifyAsyncResponse(const HttpResponsePtr& response) { bool HAService::clientConnectHandler(const boost::system::error_code& ec, int tcp_native_fd) { if (!ec || (ec.value() == boost::asio::error::in_progress)) { - if (ec && (ec.value() == boost::asio::error::in_progress)) { - std::cout << "connect in_progress : " << tcp_native_fd << std::endl; - } if (tcp_native_fd < 0) { // This really should not be possible, but just in case.