aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-14 16:08:50 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-14 16:08:50 -0800
commit58f014728c5a8590dfbcd1d777bfd3e17240da5d (patch)
treef6b1a1bb978346e4e6c4ed31723175eb4a7f7aaa /qt-mobile
parent8e4b4c788a12b428f22f346254ceebfba5f36c8c (diff)
downloadsubsurface-58f014728c5a8590dfbcd1d777bfd3e17240da5d.tar.gz
Remove debug output
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qmlmanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp
index 422a77e06..ffa88d12e 100644
--- a/qt-mobile/qmlmanager.cpp
+++ b/qt-mobile/qmlmanager.cpp
@@ -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();
}
}