Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Nov 27, 2024
1 parent 9ed6b6e commit 4b4f6bd
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions flytepropeller/pkg/controller/nodes/task/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -552,22 +552,6 @@ func (t Handler) invokePlugin(ctx context.Context, p pluginCore.Plugin, tCtx *ta
&event.TaskNodeMetadata{
CheckpointUri: tCtx.ow.GetCheckpointPrefix().String(),
})

////var deckURI *storage.DataReference
//if tCtx.ow.GetReader() != nil {
// exists, err := tCtx.ow.GetReader().DeckExists(ctx)
// if err != nil {
// logger.Errorf(ctx, "Failed to check deck file existence. Error: %v", err)
// return pluginTrns, regErrors.Wrapf(err, "failed to check existence of deck file")
// } else if exists {
// deckURIValue := tCtx.ow.GetDeckPath()
// deckURI = &deckURIValue
// }
//}
//pluginTrns.ObserveSuccess(tCtx.ow.GetOutputPath(),
// &event.TaskNodeMetadata{
// CheckpointUri: tCtx.ow.GetCheckpointPrefix().String(),
// })
}
case pluginCore.PhaseRetryableFailure:
fallthrough
Expand Down

0 comments on commit 4b4f6bd

Please sign in to comment.