Skip to content

Commit

Permalink
remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Feb 16, 2024
1 parent 1b4865a commit 7d6bf5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/cmd/start_cmd.go
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"os"

"github.com/davecgh/go-spew/spew"
agentConfig "github.com/kubeshop/tracetest/agent/config"
"github.com/kubeshop/tracetest/agent/runner"
"github.com/kubeshop/tracetest/agent/ui"
Expand Down Expand Up @@ -46,8 +45,6 @@ var startCmd = &cobra.Command{
flags.EnvironmentID = envID
}

spew.Dump(flags)

cfg, err := agentConfig.LoadConfig()
if err != nil {
return "", err
Expand Down

0 comments on commit 7d6bf5f

Please sign in to comment.