Remove debug output

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-02-14 16:08:50 -08:00
parent 8e4b4c788a
commit 58f014728c

View file

@ -791,10 +791,8 @@ QMLManager::credentialStatus_t QMLManager::credentialStatus() const
void QMLManager::setCredentialStatus(const credentialStatus_t value)
{
qDebug() << "setting credentialStatus to" << value;
if (m_credentialStatus != value) {
m_credentialStatus = value;
qDebug() << "and emitting the changed signal";
emit credentialStatusChanged();
}
}