Remove debug output
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8e4b4c788a
commit
58f014728c
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user