Skip to content

Commit

Permalink
fix: redundant print (#35)
Browse files Browse the repository at this point in the history
fix: print
  • Loading branch information
AsterDY authored Nov 16, 2023
1 parent 3612741 commit acc77fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/json/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func EncodeString(buf []byte, val string) []byte {
}
NoQuote(&buf, val)
buf = append(buf, '"')
println(val, string(buf))
return buf
}

Expand Down

0 comments on commit acc77fe

Please sign in to comment.