Remove debug log spam
This commit is contained in:
parent
8cd1a0ce02
commit
b263d50b76
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue