Remove consolelog

This commit is contained in:
igorrCarvalho 2024-06-07 19:35:21 -03:00
commit 0d09ca236e

View file

@ -119,9 +119,7 @@ export default function EditShortcutButton({
if (key.toUpperCase().includes(e.key.toUpperCase())) return;
}
if (e.key?.toLowerCase() === "control") {
console.log("oi");
fixedKey = "Ctrl";
console.log(fixedKey);
}
setKey((oldKey) =>
getFixedCombination({ oldKey: oldKey!, key: fixedKey }),