Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
Remove debug log when reading config is failed.
  • Loading branch information
rafiramadhana committed May 1, 2023
1 parent 5fabc1d commit 4c99dea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/mockery.go
Expand Up @@ -160,7 +160,6 @@ func initConfig(
}
if err := viperObj.ReadInConfig(); err != nil {
log, _ := logging.GetLogger("debug")
log.Debug().Err(err).Msg("failed to read in config")
log.Info().Msg("couldn't read any config file")
}
}
Expand Down

0 comments on commit 4c99dea

Please sign in to comment.