mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove stray debug comment
This commit is contained in:
parent
4566a37e16
commit
32b27b84c0
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user