mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 11:16:03 +00:00
refactor: remove debug logging and reset network state after wifi scan
This commit is contained in:
@@ -106,7 +106,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
wifiLogic.networks = Object.values(networksMap);
|
wifiLogic.networks = Object.values(networksMap);
|
||||||
console.log(JSON.stringify(wifiLogic.networks));
|
scanProcess.existingNetwork = null;
|
||||||
refreshIndicator.running = false;
|
refreshIndicator.running = false;
|
||||||
refreshIndicator.visible = false;
|
refreshIndicator.visible = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user