Wifi: Remove an Item unused 03/7803/1
authorTasuku Suzuki <tasuku.suzuki@qt.io>
Thu, 22 Dec 2016 08:42:59 +0000 (17:42 +0900)
committerTasuku Suzuki <tasuku.suzuki@qt.io>
Thu, 22 Dec 2016 08:43:07 +0000 (17:43 +0900)
Change-Id: I3252a15c25f902c254a9ccacfcbd9a5463135473
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
app/wifi/Wifi.qml

index f9a85e1..8880453 100644 (file)
@@ -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) {