diff --git a/main.go b/main.go index e07664d08..d7c9d3988 100644 --- a/main.go +++ b/main.go @@ -100,7 +100,6 @@ func checkCmdFlags() bool { var flagVersion bool var flagFullInfo bool - globals.SugarLogger.Debug("11111111") flag.BoolVar(&flagGitCommit, "gitcommit", false, "get gitcommit info") flag.BoolVar(&flagGitBranch, "gitbranch", false, "get gitbranch info") flag.BoolVar(&flagGitState, "gitstate", false, "get gitstate info")