Removed some debug printing
This commit is contained in:
parent
5e9566be33
commit
9171809e2b
@ -39,7 +39,6 @@ func (rr *RuneReader) ReadRune() (r rune, size int, err error) {
|
||||
return 0, 0, io.EOF
|
||||
}
|
||||
s = s[:n]
|
||||
fmt.Println("read bytes:", s)
|
||||
r, size = utf8.DecodeRune(s)
|
||||
rr.cursor = rr.cursor.At(rr.cursor.Pos() + uint64(size))
|
||||
return r, size, nil
|
||||
|
Loading…
Reference in New Issue
Block a user