From 6a4fbecea5fa6db6095c99133dd5fe621607b0d6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 22 Jan 2016 10:19:46 -0800 Subject: QML UI: remove no longer needed debug output Signed-off-by: Dirk Hohndel --- qt-mobile/qml/CloudCredentials.qml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/CloudCredentials.qml b/qt-mobile/qml/CloudCredentials.qml index 54b1e8e92..e574af402 100644 --- a/qt-mobile/qml/CloudCredentials.qml +++ b/qt-mobile/qml/CloudCredentials.qml @@ -59,7 +59,6 @@ Item { checked: false id: showPassword onCheckedChanged: { - console.log("changing password echoMode to " + (checked ? TextInput.Normal : TextInput.Password) + " was " + password.echoMode); password.echoMode = checked ? TextInput.Normal : TextInput.Password } } @@ -96,9 +95,5 @@ Item { Item { Layout.fillHeight: true } - Component.onCompleted: { - console.log("password echoMode is " + password.echoMode); - } - } } -- cgit v1.2.3-70-g09d2