From 36b97011cf74e8eb0b450614f7d5573d4c7ef72d Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Tue, 30 Oct 2007 18:09:06 +0100 Subject: [PATCH] Removed stray debug log message. --- src/MacVim/MMTextView.m | 1 - 1 file changed, 1 deletion(-) 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; }