diff --git a/libnymea-remoteproxy/authentication/authenticationreply.cpp b/libnymea-remoteproxy/authentication/authenticationreply.cpp index 3a26dca..eac8d05 100644 --- a/libnymea-remoteproxy/authentication/authenticationreply.cpp +++ b/libnymea-remoteproxy/authentication/authenticationreply.cpp @@ -65,7 +65,6 @@ void AuthenticationReply::setFinished() { m_timer->stop(); - //emit finished(); // emit in next event loop QTimer::singleShot(0, this, &AuthenticationReply::finished); }