We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eecaad7 + 4595b8f commit 2f0bf13Copy full SHA for 2f0bf13
1 file changed
message.go
@@ -132,7 +132,6 @@ func (m *Message) CopyInto(to *Message) error {
132
to.fields = make([]TagValue, len(m.fields))
133
for i := range to.fields {
134
to.fields[i].init(m.fields[i].tag, m.fields[i].value)
135
- fmt.Println(i)
136
}
137
return nil
138
0 commit comments