From 530fa4185620173bd8ed452ba8bb39f45fac26a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 3 Sep 2019 11:50:46 +0200 Subject: [PATCH] Clean up comments from debugging --- libnymea-remoteproxy/authentication/authenticationreply.cpp | 1 - 1 file changed, 1 deletion(-) 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); }