mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
removed debug console.log
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user