Skip to content

Commit

Permalink
remove redub log
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Scorsolini <[email protected]>
Signed-off-by: Omer Aplatony <[email protected]>
  • Loading branch information
omerap12 and phisco authored Nov 8, 2024
1 parent 0bdd923 commit ba56c07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/crank/render/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ func (c *Cmd) Run(k *kong.Context, log logging.Logger) error { //nolint:gocognit
if !exists {
return fmt.Errorf("composition %q is missing required label %q", comp.GetName(), key)
}
fmt.Println("compValue: ", compValue, "value: ", value)
if compValue != value {
return fmt.Errorf("composition %q has incorrect value for label %q: want %q, got %q",
comp.GetName(), key, value, compValue)
Expand Down

0 comments on commit ba56c07

Please sign in to comment.