From 0f22ab8223032a0e3fd65ca5a9bbea3fa4ec3634 Mon Sep 17 00:00:00 2001 From: Josh Rowley Date: Sat, 27 May 2023 18:34:25 -0700 Subject: [PATCH] removed deadcode Signed-off-by: Josh Rowley --- pkg/action/install.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/action/install.go b/pkg/action/install.go index 4e9b7a2b5..b1764c1db 100644 --- a/pkg/action/install.go +++ b/pkg/action/install.go @@ -361,10 +361,6 @@ func (i *Install) RunWithContext(ctx context.Context, chrt *chart.Chart, vals ma } } - // if err := ctx.Err(); err != nil { - // return rel, err - // } - // Store the release in history before continuing (new in Helm 3). We always know // that this is a create operation. if err := i.cfg.Releases.Create(rel); err != nil {