Fix: Removed old code

This commit is contained in:
Daniel Hougaard
2024-04-22 15:59:54 +02:00
parent 83107f56bb
commit 34543ef127

View File

@@ -87,7 +87,3 @@ func initLog() {
zerolog.SetGlobalLevel(zerolog.InfoLevel)
}
}
func NewRootCmd() *cobra.Command {
return rootCmd
}