Skip to content

Commit

Permalink
Remove unwanted debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Puneet Punamiya <[email protected]>
  • Loading branch information
PuneetPunamiya authored and tekton-robot committed May 17, 2021
1 parent 0d3fe44 commit c032b76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/pkg/cli/cmd/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func (opts *options) run() error {

resourcePipelineMinVersion, vErr := opts.hubRes.MinPipelinesVersion()
if vErr != nil {
fmt.Println("yha aya")
return vErr
}

Expand Down

0 comments on commit c032b76

Please sign in to comment.