remove irrelevant comment

This commit is contained in:
Benjamin Sergeant 2019-05-11 12:24:11 -07:00
parent 2254421ead
commit 6189e0cd50

View File

@ -36,9 +36,6 @@ namespace ix
{ {
if (disableAutomaticReconnection) if (disableAutomaticReconnection)
{ {
std::cout << "Disabling automatic reconnection with "
"_webSocket.disableAutomaticReconnection()"
" not supported yet" << std::endl;
_webSocket.disableAutomaticReconnection(); _webSocket.disableAutomaticReconnection();
} }
} }