diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-14 16:08:50 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-14 16:08:50 -0800 |
commit | 58f014728c5a8590dfbcd1d777bfd3e17240da5d (patch) | |
tree | f6b1a1bb978346e4e6c4ed31723175eb4a7f7aaa /qt-mobile | |
parent | 8e4b4c788a12b428f22f346254ceebfba5f36c8c (diff) | |
download | subsurface-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.cpp | 2 |
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(); } } |