diff --git a/ws/ws_connect.cpp b/ws/ws_connect.cpp index 3d58cb71..c1ca8e20 100644 --- a/ws/ws_connect.cpp +++ b/ws/ws_connect.cpp @@ -36,9 +36,6 @@ namespace ix { if (disableAutomaticReconnection) { - std::cout << "Disabling automatic reconnection with " - "_webSocket.disableAutomaticReconnection()" - " not supported yet" << std::endl; _webSocket.disableAutomaticReconnection(); } }