mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
remove some debug for local socket check error
This commit is contained in:
parent
ed9faf4189
commit
20ab108d51
1 changed files with 0 additions and 1 deletions
|
@ -922,7 +922,6 @@ void LimitedNodeList::connectedForLocalSocketTest() {
|
|||
|
||||
void LimitedNodeList::errorTestingLocalSocket(QAbstractSocket::SocketError error) {
|
||||
auto localIPTestSocket = qobject_cast<QTcpSocket*>(sender());
|
||||
qDebug() << sender() << error;
|
||||
|
||||
if (localIPTestSocket) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue