Remove stray debug comment

This commit is contained in:
Aleksandras Kostarevas 2024-09-23 22:27:43 +03:00
parent 4566a37e16
commit 32b27b84c0

View File

@ -43,9 +43,7 @@ private fun symsForCoord(keyCoordinate: KeyCoordinate): String {
if(centeredCol < 0) return "" if(centeredCol < 0) return ""
val letter = row.getOrNull(centeredCol) val letter = row.getOrNull(centeredCol)
if(letter == 'ñ') {
println("It's ñ")
}
return if(letter != null) { return if(letter != null) {
"!text/qwertysyms_$letter" "!text/qwertysyms_$letter"
} else { } else {