This commit is contained in:
Shreyas Goenka 2025-03-05 16:09:33 +01:00
parent 972741dcb4
commit f227862d89
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 2 deletions

View File

@ -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 {