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) {