Remove Debug Code

Remove code intended only for debugging.
pull/480/head
Benjamin Odom 2024-05-05 03:41:37 -05:00
parent 3a218eb92b
commit 6c72291a9a
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
case Setting.Gamepad_Support:
scene.gamepadSupport = settingOptions[setting][value] !== 'Disabled';
break;
case Setting.Swap_A_and_B:debugger;
case Setting.Swap_A_and_B:
scene.setGamepadConfirm(settingOptions[setting][value] !== 'Enabled');
break;
case Setting.Touch_Controls: