Skip to content

Commit

Permalink
Remove unnecessary fmt statement
Browse files Browse the repository at this point in the history
Signed-off-by: PuneetPunamiya <[email protected]>
  • Loading branch information
PuneetPunamiya committed Aug 1, 2024
1 parent 57f0e8f commit 7513eec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ func taskDependencies(ctx context.Context, opts ResolveOptions, tro *objects.Tas

}
trV1Beta1 := &v1beta1.TaskRun{} //nolint:staticcheck
fmt.Printf("%v", tro.GetObject().(*v1.TaskRun))
if err := trV1Beta1.ConvertFrom(ctx, tro.GetObject().(*v1.TaskRun)); err == nil {
if shouldReplace {
trV1Beta1.Spec.Resources = &resources //nolint:staticcheck
Expand Down

0 comments on commit 7513eec

Please sign in to comment.