Skip to content

Commit

Permalink
fix: remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorres committed Jul 18, 2024
1 parent dc94aab commit f3829d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/rolling/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ func (o *RestartOptions) Validate() error {
if err != nil {
return err
}
fmt.Println("AAAAAAA")
fmt.Println(o.VersionSpec.String())
fmt.Println("AAAAAAA")
}

o.SSHArgs = utils.ParseSSHArgs(rawSSHUnparsedArgs)
Expand Down

0 comments on commit f3829d3

Please sign in to comment.