Clean up comments from debugging

This commit is contained in:
Simon Stürz 2019-09-03 11:50:46 +02:00
parent 7d6963b459
commit 530fa41856

View File

@ -65,7 +65,6 @@ void AuthenticationReply::setFinished()
{
m_timer->stop();
//emit finished();
// emit in next event loop
QTimer::singleShot(0, this, &AuthenticationReply::finished);
}