mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 03:43:24 +00:00
Remove debug output
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8e4b4c788a
commit
58f014728c
1 changed files with 0 additions and 2 deletions
|
@ -791,10 +791,8 @@ QMLManager::credentialStatus_t QMLManager::credentialStatus() const
|
||||||
|
|
||||||
void QMLManager::setCredentialStatus(const credentialStatus_t value)
|
void QMLManager::setCredentialStatus(const credentialStatus_t value)
|
||||||
{
|
{
|
||||||
qDebug() << "setting credentialStatus to" << value;
|
|
||||||
if (m_credentialStatus != value) {
|
if (m_credentialStatus != value) {
|
||||||
m_credentialStatus = value;
|
m_credentialStatus = value;
|
||||||
qDebug() << "and emitting the changed signal";
|
|
||||||
emit credentialStatusChanged();
|
emit credentialStatusChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue