Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Jan 16, 2024
1 parent e742506 commit e5e2231
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ast/raw.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/bytedance/sonic/encoder"
"github.com/bytedance/sonic/internal/native/types"
"github.com/bytedance/sonic/internal/rt"
"github.com/davecgh/go-spew/spew"
)

// Value represents a raw json value or error
Expand Down Expand Up @@ -832,7 +831,6 @@ func (self *Value) PopMany(n int) error {
}
}

spew.Dump(ends)
i := len(ends) - n
s := 1
if i > 0 {
Expand Down

0 comments on commit e5e2231

Please sign in to comment.