Remove chatty debug log line

This commit is contained in:
Eli Ribble 2026-02-24 20:34:56 +00:00
parent 4e8cb0568e
commit d375105de4
No known key found for this signature in database

View file

@ -154,8 +154,6 @@ func GetUploadPoolDetail(ctx context.Context, organization_id int32, file_id int
errors, ok := errors_by_line[r.LineNumber]
if !ok {
errors = []UploadPoolError{}
} else {
log.Info().Int32("line", r.LineNumber).Int32("id", r.ID).Msg("Found errors in errors_by_line")
}
pools = append(pools, UploadPoolRow{
City: r.AddressCity,