From fb4dce2b814b25c3294f64448c68c116a5d4ed87 Mon Sep 17 00:00:00 2001 From: Paul Dittamo Date: Mon, 4 Dec 2023 17:09:08 -0800 Subject: [PATCH] delete comment Signed-off-by: Paul Dittamo --- flytepropeller/pkg/controller/nodes/task/handler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/flytepropeller/pkg/controller/nodes/task/handler.go b/flytepropeller/pkg/controller/nodes/task/handler.go index 8d88f092bcf..eb760e9d5b1 100644 --- a/flytepropeller/pkg/controller/nodes/task/handler.go +++ b/flytepropeller/pkg/controller/nodes/task/handler.go @@ -825,7 +825,6 @@ func (t Handler) Abort(ctx context.Context, nCtx interfaces.NodeExecutionContext if err != nil { return err } - // TODO handle this call failing if phase is set to Failure - probably doesn't matter if err := evRecorder.RecordTaskEvent(ctx, &event.TaskExecutionEvent{ TaskId: taskExecID.TaskId, ParentNodeExecutionId: nodeExecutionID,