chore: remove duplicated debug log

This commit is contained in:
Miodec 2025-12-02 10:00:28 +01:00
parent a9e0db4f88
commit 8c035c1687

View file

@ -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);