Skip to content

Commit

Permalink
Drop config search disabled message
Browse files Browse the repository at this point in the history
This message happens before cli parsing so its not possible
to suppress the output via --log-level

This message is not useful
  • Loading branch information
connyay committed Apr 17, 2023
1 parent e63962d commit d5c95e1
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 d5c95e1

Please sign in to comment.