Skip to content

Commit

Permalink
fix(config): Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
elldritch committed Jan 25, 2018
1 parent 64c67ca commit f70ca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fossa/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func MakeCmd(c *cli.Context) error {
func BuildCmd(c *cli.Context) error {
// Read configuration file
config, err := ReadConfig()
fmt.Printf("Configuration: %+v\n", config)
log.Logger.Debugf("Configuration: %+v\n", config)
if err != nil {
return err
}
Expand Down

0 comments on commit f70ca36

Please sign in to comment.