diff --git a/src/accountlistmodel.cpp b/src/accountlistmodel.cpp index 5f0587029..7d7721aa1 100644 --- a/src/accountlistmodel.cpp +++ b/src/accountlistmodel.cpp @@ -20,7 +20,6 @@ AccountListModel::AccountListModel(QObject *parent) endInsertRows(); }); connect(&Controller::instance(), &Controller::connectionDropped, this, [=](Connection *conn) { - qDebug() << "Dropping connection" << conn->userId(); if (!conn) { qDebug() << "Trying to remove null connection"; return;