cleanup: removed unused code/comments
This commit is contained in:
parent
3244a66f8e
commit
df8730463e
1 changed files with 0 additions and 9 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue