refactor: remove debug logging and reset network state after wifi scan
This commit is contained in:
parent
5ad7d731c0
commit
9347fd006d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue