From e9b1a8ad4a0f891a87f9f666087f8a26ad7d0d41 Mon Sep 17 00:00:00 2001 From: zonble Date: Mon, 17 Jan 2022 00:55:36 +0800 Subject: [PATCH] Removes unused comments. --- Source/InputMethodController.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/InputMethodController.mm b/Source/InputMethodController.mm index b7142e87..ce635f93 100644 --- a/Source/InputMethodController.mm +++ b/Source/InputMethodController.mm @@ -704,8 +704,6 @@ NS_INLINE size_t max(size_t a, size_t b) { return a > b ? a : b; } return YES; } -// NSLog(@"flags 1 %lu", (flags & NSEventModifierFlagShift)); - // keyCode 125 = Down, charCode 32 = Space if (_bpmfReadingBuffer->isEmpty() && [_composingBuffer length] > 0 && (keyCode == extraChooseCandidateKey || charCode == 32 || (useVerticalMode && (keyCode == verticalModeOnlyChooseCandidateKey)))) { if (charCode == 32) {