Suppresses a log.

This commit is contained in:
zonble 2022-01-28 18:56:51 +08:00
parent 618065b881
commit 43eef1fc1f
1 changed files with 1 additions and 1 deletions

View File

@ -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.