From 7ce090af38f3a90a5f59f23fb95e8742ac28f80d Mon Sep 17 00:00:00 2001 From: linwenxiang <991154416@qq.com> Date: Fri, 5 Feb 2021 10:24:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/utils.go b/tools/utils.go index 4dabe713..9eafa6d5 100644 --- a/tools/utils.go +++ b/tools/utils.go @@ -58,7 +58,6 @@ func HasError(err error, msg string, code ...int) { func GenerateMsgIDFromContext(c *gin.Context) string { requestId := c.GetHeader(TrafficKey) if requestId == "" { - fmt.Println("no", requestId) c.Header(TrafficKey, requestId) } return requestId