From baffc1dd72428214f6cb0ed8b9161d7897962a41 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Fri, 25 Oct 2024 17:57:21 +0200 Subject: [PATCH] fix(foomo/squadron): remove dump --- foomo/squadron/v2/command.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/foomo/squadron/v2/command.go b/foomo/squadron/v2/command.go index 8a358d6..8226896 100644 --- a/foomo/squadron/v2/command.go +++ b/foomo/squadron/v2/command.go @@ -6,7 +6,6 @@ import ( "strconv" "strings" - "github.com/davecgh/go-spew/spew" "github.com/foomo/posh-providers/kubernets/kubectl" "github.com/foomo/posh-providers/onepassword" "github.com/foomo/posh-providers/slack-go/slack" @@ -397,7 +396,6 @@ func (c *Command) execute(ctx context.Context, r *readline.Readline) error { pushArgs, _ := ifs.GetStringSlice("push-args") buildArgs, _ := ifs.GetStringSlice("build-args") - spew.Dump(buildArgs) // try retrieve profile profile, _ := ifs.GetString("profile")