diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-25 22:15:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-26 06:31:14 -0700 |
commit | f3271c973f0d69ad1f8d2850e5fd3c6fbdedcfdf (patch) | |
tree | 1b3b3156ffd562f5123c4f6be04188ae1d7299a0 /mobile-widgets/qml/CloudCredentials.qml | |
parent | bb7dcc25c714dde04529595cc5e2e15282cfd17c (diff) | |
download | subsurface-f3271c973f0d69ad1f8d2850e5fd3c6fbdedcfdf.tar.gz |
QML UI: remove obsolete debugging code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/CloudCredentials.qml')
-rw-r--r-- | mobile-widgets/qml/CloudCredentials.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml index fb4666348..b116be778 100644 --- a/mobile-widgets/qml/CloudCredentials.qml +++ b/mobile-widgets/qml/CloudCredentials.qml @@ -42,11 +42,9 @@ Item { onVisibleChanged: { if (visible && manager.accessingCloud < 0) { - manager.appendTextToLog("Credential scrn: show kbd was: " + (Qt.inputMethod.isVisible ? "visible" : "invisible")) Qt.inputMethod.show() login.forceActiveFocus() } else { - manager.appendTextToLog("Credential scrn: hide kbd was: " + (Qt.inputMethod.isVisible ? "visible" : "invisible")) Qt.inputMethod.hide() } } |