Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dittamo <[email protected]>
  • Loading branch information
pvditt committed Dec 5, 2023
1 parent 2a9165f commit fb4dce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytepropeller/pkg/controller/nodes/task/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fb4dce2

Please sign in to comment.