diff --git a/src/MacVim/MMTextView.m b/src/MacVim/MMTextView.m index 2c690e70f5..0e2399d72e 100644 --- a/src/MacVim/MMTextView.m +++ b/src/MacVim/MMTextView.m @@ -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; }