remove unintentional console log

This commit is contained in:
ImperialSympathizer 2024-09-12 20:12:18 -04:00
parent 3531086a67
commit 0954162573

View File

@ -2922,7 +2922,6 @@ export default class BattleScene extends SceneBase {
} }
} }
console.log("shiftPhase from initFinalBossPhaseTwo");
this.shiftPhase(); this.shiftPhase();
}); });
return; return;