From 918d5f4b629773f9408f26ebf65e1feeb47fefb5 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Thu, 13 Mar 2025 17:45:49 +0100 Subject: [PATCH] fix: remove args print --- helm/helm/command.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/helm/command.go b/helm/helm/command.go index d6fa778..c45fdba 100644 --- a/helm/helm/command.go +++ b/helm/helm/command.go @@ -2,7 +2,6 @@ package helm import ( "context" - "fmt" "github.com/foomo/posh-providers/kubernets/kubectl" "github.com/foomo/posh/pkg/command/tree" @@ -300,8 +299,6 @@ func (c *Command) execute(ctx context.Context, r *readline.Readline) error { return err } - fmt.Println(args) - return shell.New(ctx, c.l, "helm"). Args(args...). Args(fs.Visited().Args()...).