From f227862d89e8b2bf7ca7bc6c1453e1e754257398 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 5 Mar 2025 16:09:33 +0100 Subject: [PATCH] - --- libs/telemetry/logger.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/telemetry/logger.go b/libs/telemetry/logger.go index 6bdc62994..96527e201 100644 --- a/libs/telemetry/logger.go +++ b/libs/telemetry/logger.go @@ -58,8 +58,6 @@ func (l *logger) setExecutionContext(ec protos.ExecutionContext) { } } -// TODO: Test that the max timeout here is indeed 3 seconds. - func Upload(ctx context.Context, cfg *config.Config) error { l := fromContext(ctx) if len(l.logs) == 0 {