refactor: remove debug logging and reset network state after wifi scan

This commit is contained in:
JPratama7 2025-08-03 19:43:52 +07:00
parent 5ad7d731c0
commit 9347fd006d
No known key found for this signature in database
GPG key ID: CD3EB7D0490C5F4B

View file

@ -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;
}