Skip to content

Commit

Permalink
remove annoying debug logln stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
felixangell committed Jun 22, 2018
1 parent 15a0d7c commit 07c676b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion font.go
Expand Up @@ -34,7 +34,6 @@ func (g *glyphInfo) asKey() string {
}

func encode(col uint32, style fontStyle, val rune) glyphInfo {
println("encoded rune ", col, " . ", string(val))
return glyphInfo{
val: val, col: col, style: style,
}
Expand Down

0 comments on commit 07c676b

Please sign in to comment.