From bd291be340e93653ceb9f1c7c23a4b4fd537cc42 Mon Sep 17 00:00:00 2001 From: zonble Date: Wed, 2 Feb 2022 01:33:22 +0800 Subject: [PATCH] Removes a log. --- Source/InputMethodController.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/InputMethodController.swift b/Source/InputMethodController.swift index cd8c108c..f236fb5a 100644 --- a/Source/InputMethodController.swift +++ b/Source/InputMethodController.swift @@ -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: {