clear logging statement (#129)

This commit is contained in:
Louis
2022-10-08 15:36:20 -07:00
committed by GitHub
parent f6a776993f
commit f542b64401

View File

@@ -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