mirror of
https://github.com/ankitects/anki.git
synced 2026-01-10 04:23:54 -05:00
Delete debug code
This commit is contained in:
parent
acc672afcd
commit
7f29a0d211
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ function keyCombinationToCheck(
|
||||||
keyCombination.slice(0, -1),
|
keyCombination.slice(0, -1),
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log({ keyCode, required, optional });
|
|
||||||
return check(keyCode, required, optional);
|
return check(keyCode, required, optional);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue