remove irrelevant comment
This commit is contained in:
parent
2254421ead
commit
6189e0cd50
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user