Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Nov 8, 2021
1 parent d33d98f commit 0a33686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func New(config Config) *Worker {
}

func (worker *Worker) Init(logger *zap.Logger) error {
fmt.Printf("config %#v\n", worker.config)
restCfg, err := clientcmd.BuildConfigFromFlags(worker.config.MasterURL, worker.config.KubeConfig)
if err != nil {
return fmt.Errorf("error building kubeconfig: %w", err)
Expand Down

0 comments on commit 0a33686

Please sign in to comment.