From 6dbdeb714584e34bf80f0c5bed485d26ddc4e1de Mon Sep 17 00:00:00 2001 From: tianjun Date: Wed, 18 Jan 2023 16:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=94=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/common/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/index.go b/pkg/common/index.go index 8648781..83547fe 100644 --- a/pkg/common/index.go +++ b/pkg/common/index.go @@ -137,7 +137,7 @@ func StructToJson(v interface{}) string { return "" } s := string(jsonBytes) - DebugLogf("StructToJson, json=%s", s) + //DebugLogf("StructToJson, json=%s", s) return s }