From 3d79503b837b1947de67de647e166a303f1d629f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 23 Jun 2022 15:49:22 +0800 Subject: [PATCH] =?UTF-8?q?git=E9=93=BE=E6=8E=A5=E5=A4=B1=E6=95=88?= =?UTF-8?q?=EF=BC=8C=E6=B5=8B=E8=AF=95push?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 - 1 file changed, 1 deletion(-) 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")