fix(foomo/squadron): remove dump

This commit is contained in:
Kevin Franklin Kim 2024-10-25 17:57:21 +02:00
parent e9d272a6ac
commit baffc1dd72
No known key found for this signature in database

View File

@ -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")