Remove debug message
This commit is contained in:
parent
27876542ab
commit
f7b2cee995
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ void LanLinkProvider::connectError()
|
|||
void LanLinkProvider::connected()
|
||||
{
|
||||
QSslSocket* socket = qobject_cast<QSslSocket*>(sender());
|
||||
qCDebug(KDECONNECT_CORE) << "Socket connected" << socket;
|
||||
|
||||
if (!socket) return;
|
||||
disconnect(socket, &QAbstractSocket::connected, this, &LanLinkProvider::connected);
|
||||
|
|
Loading…
Reference in a new issue