mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Remove console log
This commit is contained in:
parent
7decbccbcd
commit
bb47bc21a5
|
@ -93,8 +93,6 @@ export const Mgba: FC<MgbaProps> = ({ gameUrl, volume, controls, paused }) => {
|
|||
? "Return"
|
||||
: value.toLowerCase().replace("arrow", "").replace("key", "");
|
||||
|
||||
console.log(`Key: ${key} will be ${binding}`);
|
||||
|
||||
mgbaModule.current.bindKey(binding, key);
|
||||
}
|
||||
}, [controls, gameLoaded]);
|
||||
|
|
Loading…
Reference in a new issue