Remove debug log spam

This commit is contained in:
Eli Ribble 2026-02-09 22:33:44 +00:00
parent 8cd1a0ce02
commit b263d50b76
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -116,7 +116,7 @@ func postNuisance(w http.ResponseWriter, r *http.Request) {
log.Warn().Err(err).Str("duration_str", duration_str).Msg("Failed to interpret 'duration'")
}
log.Debug().Strs("source_locations", source_locations).Msg("parsing")
//log.Debug().Strs("source_locations", source_locations).Msg("parsing")
if slices.Contains(source_locations, "backyard") {
is_location_backyard = true
}