Removes unused comments.

This commit is contained in:
zonble 2022-01-17 00:55:36 +08:00
parent a75c7b7086
commit e9b1a8ad4a
1 changed files with 0 additions and 2 deletions

View File

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