From 8403ee428e81f7d43b84b8214ac1f5de6ff98cad Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Thu, 22 Dec 2016 17:42:59 +0900 Subject: Wifi: Remove an Item unused Change-Id: I3252a15c25f902c254a9ccacfcbd9a5463135473 Signed-off-by: Tasuku Suzuki --- app/wifi/Wifi.qml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index f9a85e1..8880453 100644 --- a/app/wifi/Wifi.qml +++ b/app/wifi/Wifi.qml @@ -27,15 +27,6 @@ SettingPage { property string wifiAPIpath: bindingAddress + '/wifi-manager/' - Text { - id: log - anchors.fill: parent - anchors.margins: 10 - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignVCenter - //text: "log" - } - onCheckedChanged: { console.log("Wifi set to", checked) if (checked == true) { -- cgit 1.2.3-korg