diff --git a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/EditShortcutButton/index.tsx b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/EditShortcutButton/index.tsx index b5d530c11..e8c4ba3e7 100644 --- a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/EditShortcutButton/index.tsx +++ b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/EditShortcutButton/index.tsx @@ -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 }),