mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Remove debug logging
This commit is contained in:
@@ -284,7 +284,6 @@ const updateGameSetting = (event) => {
|
||||
const type = event.target.getAttribute('data-type');
|
||||
switch (type){
|
||||
case 'select':
|
||||
console.log(`${game}-${setting}-${option}`);
|
||||
document.getElementById(`${game}-${setting}-${option}`).innerText = event.target.value;
|
||||
break;
|
||||
case 'range':
|
||||
|
Reference in New Issue
Block a user