From 9347fd006dbd0dabdd18c73c799d2f55d2c4e06b Mon Sep 17 00:00:00 2001 From: JPratama7 Date: Sun, 3 Aug 2025 19:43:52 +0700 Subject: [PATCH] refactor: remove debug logging and reset network state after wifi scan --- Widgets/Sidebar/Panel/WifiPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/Sidebar/Panel/WifiPanel.qml b/Widgets/Sidebar/Panel/WifiPanel.qml index 6a2083d..58956ab 100644 --- a/Widgets/Sidebar/Panel/WifiPanel.qml +++ b/Widgets/Sidebar/Panel/WifiPanel.qml @@ -106,7 +106,7 @@ Item { } } wifiLogic.networks = Object.values(networksMap); - console.log(JSON.stringify(wifiLogic.networks)); + scanProcess.existingNetwork = null; refreshIndicator.running = false; refreshIndicator.visible = false; }