Removes a log.

This commit is contained in:
zonble 2022-02-02 01:33:22 +08:00
parent cbdbfa2518
commit bd291be340
1 changed files with 0 additions and 2 deletions

View File

@ -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: {