Skip to content

Commit

Permalink
Remove small log
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-linux committed Jun 20, 2023
1 parent 0b4d813 commit 8684dde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/dialogs/wifi/wifidialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ void wifiDialog::refreshNetworksList() {
}
}

log(QString::number(pureNetworkList.count()));
if(pureNetworkList.count() >= 1) {
// Sort based on signal strength
QVector<global::wifi::wifiNetworkData> sortedPureNetworkList;
Expand Down

0 comments on commit 8684dde

Please sign in to comment.