Skip to content

Commit

Permalink
removes debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Apr 25, 2022
1 parent 84e5de3 commit 1870376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cmd/root.go
Expand Up @@ -40,7 +40,6 @@ selected.`,
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
err := initializeConfig(cmd.Root())

fmt.Println("PersistentPreRunE")
a.SetVerbose(verbose)

// Set defaults or explicitely set directories
Expand Down
3 changes: 1 addition & 2 deletions internal/app/app.go
Expand Up @@ -106,7 +106,6 @@ func (a *App) Init(o ...func(*App) error) error {
}
}

fmt.Println("init")
a.DumpConfig()

err := a.readDistributions()
Expand Down Expand Up @@ -759,7 +758,7 @@ func (a *App) versions(dist string) error {
}
fmt.Printf("%s ", modifier)
}
fmt.Println()

return nil
}

Expand Down

0 comments on commit 1870376

Please sign in to comment.