mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Removed stray debug log message.
This commit is contained in:
@@ -304,7 +304,6 @@ static NSString *MMKeypadEnterString = @"KA";
|
||||
|
||||
// HACK! On Leopard Ctrl-key events end up here instead of keyDown:.
|
||||
if (flags & NSControlKeyMask) {
|
||||
NSLog(@"pass on control key");
|
||||
[self dispatchKeyEvent:event];
|
||||
return YES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user