Skip to content

Commit

Permalink
Merge pull request #615 from neverbeenthisweeb/neverbeenthisweeb/613-…
Browse files Browse the repository at this point in the history
…remove-debug-msg

Remove debug log when reading config is failed
  • Loading branch information
LandonTClipp committed May 1, 2023
2 parents 5fabc1d + 4c99dea commit 1c1eeea
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 1c1eeea

Please sign in to comment.