From 43eef1fc1fbd29d4f90ffe856c15244809bfa0c8 Mon Sep 17 00:00:00 2001 From: zonble Date: Fri, 28 Jan 2022 18:56:51 +0800 Subject: [PATCH] Suppresses a log. --- Source/InputMethodController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/InputMethodController.mm b/Source/InputMethodController.mm index 9cce3627..8fc74658 100644 --- a/Source/InputMethodController.mm +++ b/Source/InputMethodController.mm @@ -295,7 +295,7 @@ static inline NSString *LocalizationNotNeeded(NSString *s) { - (void)handleState:(InputState *)newState client:(id)client { - NSLog(@"new state: %@ / current state: %@", newState, _state); +// NSLog(@"new state: %@ / current state: %@", newState, _state); // We need to set the state to the member variable since the candidate // window need to read the candidates from it.