Skip to content

Commit

Permalink
delete: print debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Dec 13, 2019
1 parent 36111b2 commit 4ff9f37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ func initConfig() {
fmt.Println("echo Using config file:", viper.ConfigFileUsed())
}

fmt.Println(viper.Get("precmd"))
fmt.Println(viper.Get("nodes"))
if err := viper.Unmarshal(&tnconfig); err != nil {
panic(err)
// fmt.Println(err)
Expand Down

0 comments on commit 4ff9f37

Please sign in to comment.