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:
parent
253821d168
commit
cf0e2eb361
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user