Skip to content

Commit

Permalink
clear logging statement (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
lspgn authored Oct 8, 2022
1 parent f6a7769 commit f542b64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion format/common/text.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f542b64

Please sign in to comment.