mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Removed check for logging wifi config success on first try.
This commit is contained in:
committed by
Patrick Fairbank
parent
67b27ee700
commit
c47c8b50de
@@ -137,9 +137,7 @@ func (ap *AccessPoint) handleTeamWifiConfiguration(teams [6]*model.Team) {
|
||||
if err == nil {
|
||||
err = ap.updateTeamWifiStatuses()
|
||||
if err == nil && ap.configIsCorrectForTeams(teams) {
|
||||
if attemptCount > 1 {
|
||||
log.Printf("Successfully configured WiFi after %d attempts.", attemptCount)
|
||||
}
|
||||
log.Printf("Successfully configured WiFi after %d attempts.", attemptCount)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user