Skip to content

Commit

Permalink
fix(arm): remove print debug (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuq19 authored Aug 6, 2024
1 parent c00f19a commit 3db7bcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/decoder/optdec/native.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ func (p *Parser) parse() ErrorCode {
}

// check OoB here
println("retyru origin json is ", p.Json)
offset := p.nbuf.ncur - p.nbuf.nstart
curLen := offset / unsafe.Sizeof(node{})
if curLen != uintptr(len(p.nodes)) {
Expand Down

0 comments on commit 3db7bcf

Please sign in to comment.