diff options
-rw-r--r-- | app/wifi/Wifi.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index 9f513a5..ad640da 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) { |