mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 05:24:50 +08:00
chore: remove duplicated debug log
This commit is contained in:
parent
a9e0db4f88
commit
8c035c1687
1 changed files with 0 additions and 6 deletions
|
|
@ -152,12 +152,6 @@ async function handleFunboxes(
|
|||
}
|
||||
|
||||
export async function onKeydown(event: KeyboardEvent): Promise<void> {
|
||||
console.debug("wordsInput event keydown", {
|
||||
event,
|
||||
key: event.key,
|
||||
code: event.code,
|
||||
});
|
||||
|
||||
const now = performance.now();
|
||||
TestInput.recordKeydownTime(now, event);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue