Skip to content

Commit fac8e9a

Browse files
committed
Remove unneeded comment
1 parent 0c70cda commit fac8e9a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Keyboards/KeyboardsBase/KeyboardViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,6 @@ class KeyboardViewController: UIInputViewController {
18261826
} else if commandState == .conjugate {
18271827
let conjugationTblTriggered = triggerVerbConjugation(commandBar: commandBar)
18281828
if conjugationTblTriggered {
1829-
// loadKeys() // go to conjugation view
18301829
commandState = .dynamicConjugation
18311830
showDynamicConjugationView(verb: verbToConjugate)
18321831
return

0 commit comments

Comments
 (0)