Skip to content
Snippets Groups Projects
Commit 32b27b84 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Remove stray debug comment

parent 4566a37e
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,7 @@ private fun symsForCoord(keyCoordinate: KeyCoordinate): String {
if(centeredCol < 0) return ""
val letter = row.getOrNull(centeredCol)
if(letter == 'ñ') {
println("It's ñ")
}
return if(letter != null) {
"!text/qwertysyms_$letter"
} else {
......
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