Skip to content

Commit 0e7ec78

Browse files
manslaughter03mattfarina
authored andcommitted
remove useless print during prepareUpgrade
Signed-off-by: b4nks <b4nks@protonmail.com> (cherry picked from commit f004d42)
1 parent 0ac7894 commit 0e7ec78

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/action/upgrade.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ func (u *Upgrade) prepareUpgrade(name string, chart *chart.Chart, vals map[strin
262262
return nil, nil, err
263263
}
264264

265-
fmt.Println(driver.ContainsSystemLabels(u.Labels))
266265
if driver.ContainsSystemLabels(u.Labels) {
267266
return nil, nil, fmt.Errorf("user suplied labels contains system reserved label name. System labels: %+v", driver.GetSystemLabels())
268267
}

0 commit comments

Comments
 (0)