remove irrelevant comment

This commit is contained in:
Benjamin Sergeant 2019-05-11 12:24:11 -07:00
parent a64b7b0c4a
commit d64d50c978

View File

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