Skip to content

Commit d4af60d

Browse files
authored
Merge pull request quickfixgo#342 from fedepaol/removeprint
Removed debug print
2 parents 41276a1 + 8653e13 commit d4af60d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

message.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ func (m *Message) CopyInto(to *Message) error {
132132
to.fields = make([]TagValue, len(m.fields))
133133
for i := range to.fields {
134134
to.fields[i].init(m.fields[i].tag, m.fields[i].value)
135-
fmt.Println(i)
136135
}
137136
return nil
138137
}

0 commit comments

Comments
 (0)