From 49c1571dbd4f1fd777819be279c4b660716bbe9a Mon Sep 17 00:00:00 2001 From: "luca.morgese@tno.nl" Date: Thu, 3 Oct 2024 19:06:54 +0200 Subject: [PATCH] remove todo comments --- internal/reporter/reporter.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/internal/reporter/reporter.go b/internal/reporter/reporter.go index 7721be4..dcabb3b 100644 --- a/internal/reporter/reporter.go +++ b/internal/reporter/reporter.go @@ -38,12 +38,6 @@ type IStepReporter interface { const MaxReporters int = 10 -// TODO: -// - DONE remove sync wait group mechanisms -// - DONE change reporting interface to pass in-code start and end time -// - DONE remove constraint of updating step only if workflow still ongoing -// - update tests - // High-level reporter class with injection of specific reporters type Reporter struct { reporters []downstreamReporter.IDownStreamReporter