change: remove extra log

This commit is contained in:
debugtalk
2022-01-06 20:54:07 +08:00
parent 7e09e17a8f
commit f7a5cc877b

View File

@@ -51,7 +51,6 @@ func Execute() {
RootCmd.PersistentFlags().BoolVar(&logJSON, "log-json", false, "set log to json format")
if err := RootCmd.Execute(); err != nil {
log.Error().Err(err).Msg("Failed to execute root command")
os.Exit(1)
}
}