good morning!!!!

Skip to content
Snippets Groups Projects
Commit 07177b0e authored by or-else's avatar or-else
Browse files

removed debug printing

parent 495be781
No related branches found
No related tags found
No related merge requests found
......@@ -58,10 +58,6 @@ func (g *graphemes) slice(start, end int) *graphemes {
e += int(g.sizes[i])
}
if e == 0 {
println("G= ", g)
}
return &graphemes{
original: g.original[s:e],
sizes: g.sizes[start:end],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment