remove some debug for local socket check error

This commit is contained in:
Stephen Birarda 2016-03-07 18:01:57 -08:00
parent ed9faf4189
commit 20ab108d51

View file

@ -922,7 +922,6 @@ void LimitedNodeList::connectedForLocalSocketTest() {
void LimitedNodeList::errorTestingLocalSocket(QAbstractSocket::SocketError error) {
auto localIPTestSocket = qobject_cast<QTcpSocket*>(sender());
qDebug() << sender() << error;
if (localIPTestSocket) {