mirror of
https://github.com/openobserve/goflow2.git
synced 2025-11-02 04:53:27 +00:00
clear logging statement (#129)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user