From 6189e0cd5098ed9086f50afb6828c95ba8d70237 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sat, 11 May 2019 12:24:11 -0700 Subject: [PATCH] remove irrelevant comment --- ws/ws_connect.cpp | 3 --- 1 file changed, 3 deletions(-) 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(); } }