From d375105de4c958f14edad342ea0f22472abf7e74 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 24 Feb 2026 20:34:56 +0000 Subject: [PATCH] Remove chatty debug log line --- platform/pool.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/pool.go b/platform/pool.go index f376dad2..372e73f9 100644 --- a/platform/pool.go +++ b/platform/pool.go @@ -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,