Skip to content

Commit

Permalink
drop debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
can3p committed Apr 14, 2024
1 parent 35bb1fe commit 2b01676
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/operations/lexer/scanner/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,6 @@ func (s *Scanner) scanJSON() (ch rune) {
buf.Write(s.srcBuf[s.tokPos:s.srcPos])
}

fmt.Println("buf", buf.String())

if err := json.Unmarshal(buf.Bytes(), &val); err == nil {
return ch
}
Expand Down

0 comments on commit 2b01676

Please sign in to comment.