mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Remove small log
This commit is contained in:
parent
0b4d8138da
commit
8684dded52
1 changed files with 0 additions and 1 deletions
|
@ -248,7 +248,6 @@ void wifiDialog::refreshNetworksList() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
log(QString::number(pureNetworkList.count()));
|
|
||||||
if(pureNetworkList.count() >= 1) {
|
if(pureNetworkList.count() >= 1) {
|
||||||
// Sort based on signal strength
|
// Sort based on signal strength
|
||||||
QVector<global::wifi::wifiNetworkData> sortedPureNetworkList;
|
QVector<global::wifi::wifiNetworkData> sortedPureNetworkList;
|
||||||
|
|
Loading…
Reference in a new issue