Delete debug code

This commit is contained in:
Luc Mcgrady 2025-11-15 22:20:19 +00:00
parent acc672afcd
commit 7f29a0d211
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -116,7 +116,6 @@ function keyCombinationToCheck(
keyCombination.slice(0, -1),
);
console.log({ keyCode, required, optional });
return check(keyCode, required, optional);
}