Remove chatty debug log line
This commit is contained in:
parent
4e8cb0568e
commit
d375105de4
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue