Skip to content

Commit

Permalink
Remove stray debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMonoxide committed Dec 11, 2024
1 parent 667e7f6 commit 7587b8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/legend/game/combat/Battle.java
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,6 @@ public int tickMultiplier() {
@Override
@Method(0x800186a0L)
public void tick() {
LOGGER.info("Loading stage %d", pregameLoadingStage_800bb10c);

if(battleLoaded_800bc94c) {
this.checkIfCharacterAndMonsterModelsAreLoadedAndCacheLivingBents();
this.battleLoadingStage_8004f5d4[pregameLoadingStage_800bb10c].run();
Expand Down

0 comments on commit 7587b8f

Please sign in to comment.