Skip to content

Commit ba56c07

Browse files
omerap12phisco
andauthored
remove redub log
Co-authored-by: Philippe Scorsolini <[email protected]> Signed-off-by: Omer Aplatony <[email protected]>
1 parent 0bdd923 commit ba56c07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/crank/render/cmd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ func (c *Cmd) Run(k *kong.Context, log logging.Logger) error { //nolint:gocognit
158158
if !exists {
159159
return fmt.Errorf("composition %q is missing required label %q", comp.GetName(), key)
160160
}
161-
fmt.Println("compValue: ", compValue, "value: ", value)
162161
if compValue != value {
163162
return fmt.Errorf("composition %q has incorrect value for label %q: want %q, got %q",
164163
comp.GetName(), key, value, compValue)

0 commit comments

Comments
 (0)