diff --git a/AppKit/CPComboBox.j b/AppKit/CPComboBox.j index 1d2af4928..efd17405c 100644 --- a/AppKit/CPComboBox.j +++ b/AppKit/CPComboBox.j @@ -672,7 +672,6 @@ var CPComboBoxTextSubview = @"text", if (_completes) { - console.log("%d: %s", [theEvent keyCode], [theEvent _couldBeKeyEquivalent]); if (![theEvent _couldBeKeyEquivalent] && [theEvent characters].charAt(0) !== CPDeleteCharacter) { var value = [self _inputElement].value,