Removed stray debug log message.

This commit is contained in:
Bjorn Winckler
2007-10-30 18:09:06 +01:00
parent 25bf887ced
commit 36b97011cf
-1
View File
@@ -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;
}