mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
Remove console log
This commit is contained in:
parent
7decbccbcd
commit
bb47bc21a5
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue