From 5b6cfbd878b295e6796d7f174f532d5bb40c6aaf Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:31:25 +0200 Subject: [PATCH] chore: remove panic --- cmd/cloudx/client/command_helper.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/cloudx/client/command_helper.go b/cmd/cloudx/client/command_helper.go index 56b6ae6a..bc5444b8 100644 --- a/cmd/cloudx/client/command_helper.go +++ b/cmd/cloudx/client/command_helper.go @@ -193,7 +193,6 @@ func NewCommandHelper(ctx context.Context, opts ...CommandHelperOption) (*Comman config, err := h.getOrCreateConfig() if err != nil { - panic(fmt.Sprintf("found kjey: %s %s", os.Getenv(ProjectAPIKey), err)) return nil, err }