Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Jul 3, 2019
1 parent 776d1d4 commit e17854c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ var rootCmd = &cobra.Command{
if kc, f := os.LookupEnv("KUBECONFIG"); f {
kubeConfig = kc
}
agg = model.Node
args := &model.Args{
Namespace: namespace,
KubeConfig: kubeConfig,
Expand Down

0 comments on commit e17854c

Please sign in to comment.