diff --git a/core/src/ws_client.cpp b/core/src/ws_client.cpp index 8f7b04f..e34440e 100644 --- a/core/src/ws_client.cpp +++ b/core/src/ws_client.cpp @@ -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()