Remove leftover qDebug() on websocket

You really don't need to see the ip in your server console, do you now?
This commit is contained in:
Salanto 2022-03-26 17:28:07 +01:00
parent 253821d168
commit cf0e2eb361

View File

@ -77,7 +77,6 @@ WSClient::WSClient(QTcpSocket *p_tcp_socket, QWebSocket *p_web_socket, QObject *
else {
websocket_ip = web_socket->peerAddress().toString();
}
qDebug() << websocket_ip;
}
WSClient::~WSClient()