Remove unused method.

This commit is contained in:
Thomas E Lackey 2023-01-20 12:35:22 -06:00
parent 966c9e8fbf
commit 2cfc53bc4f

View File

@ -65,10 +65,6 @@ func initFuncs(cmd *cobra.Command, args []string) {
}
}
func logLevel() error {
return log.Init()
}
func init() {
cobra.OnInitialize(initConfig)
viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))