From d05ce7e648d4aceb95a57d6acea54f04d7449252 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 26 Jun 2019 20:00:53 +0200 Subject: [PATCH] [#691,!395] Removed debug leftovers from ha service. --- src/hooks/dhcp/high_availability/ha_service.cc | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.47.2