cleanup: removed unused code/comments

This commit is contained in:
David Allen 2025-08-29 16:07:57 -06:00
parent 3244a66f8e
commit df8730463e
Signed by: towk
GPG key ID: 0430CDBE22619155

View file

@ -10,14 +10,6 @@ import (
) )
var ( var (
// host string
// path string
// outputPath string
// rootPath string
// profile string
// plugins []string
// timeout int
// logFile string
loglevel logger.LogLevel = logger.INFO loglevel logger.LogLevel = logger.INFO
) )
@ -69,7 +61,6 @@ func Execute() {
func init() { func init() {
cobra.OnInitialize( cobra.OnInitialize(
initLogger, initLogger,
// initializeConfig,
) )
// initialize the config a single time // initialize the config a single time
rootCmd.PersistentFlags().VarP(&loglevel, "log-level", "l", "Set the log level output") rootCmd.PersistentFlags().VarP(&loglevel, "log-level", "l", "Set the log level output")