Skip to content

Commit

Permalink
Merge pull request #602 from connyay/cjh-drop-message
Browse files Browse the repository at this point in the history
Drop config search disabled message
  • Loading branch information
LandonTClipp committed Apr 17, 2023
2 parents fb82854 + d5c95e1 commit a1cd1d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/mockery.go
Expand Up @@ -163,8 +163,6 @@ func initConfig(
log.Debug().Err(err).Msg("failed to read in config")
log.Info().Msg("couldn't read any config file")
}
} else {
log.Debug().Msg("config search disabled")
}

viperObj.Set("config", viperObj.ConfigFileUsed())
Expand Down

0 comments on commit a1cd1d3

Please sign in to comment.