From f542b64401086c76da07af25a722d3371178ffd7 Mon Sep 17 00:00:00 2001 From: Louis Date: Sat, 8 Oct 2022 15:36:20 -0700 Subject: [PATCH] clear logging statement (#129) --- format/common/text.go | 1 - 1 file changed, 1 deletion(-) diff --git a/format/common/text.go b/format/common/text.go index 2adeedc5..c1c68f06 100644 --- a/format/common/text.go +++ b/format/common/text.go @@ -164,7 +164,6 @@ func FormatMessageReflectCustom(msg interface{}, ext, quotes, sep, sign string, fieldName := field.Name if selectorTag != "" { fieldName = ExtractTag(selectorTag, field.Name, field.Tag) - fmt.Println(fieldName, selectorTag, field.Tag) reMap[fieldName] = field.Name } customSelectorTmp[i] = fieldName