Removes a log.
This commit is contained in:
parent
cbdbfa2518
commit
bd291be340
|
@ -181,8 +181,6 @@ class McBopomofoInputMethodController: IMKInputController {
|
|||
|
||||
let input = KeyHandlerInput(event: event, isVerticalMode: useVerticalMode)
|
||||
|
||||
NSLog("input \(input)")
|
||||
|
||||
let result = keyHandler.handle(input, state: state) { newState in
|
||||
self.handle(state: newState, client: client)
|
||||
} candidateSelectionCallback: {
|
||||
|
|
Loading…
Reference in New Issue