Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Apr 24, 2024
1 parent c1d527b commit 2d64075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fos/type/blocks/units/WaveSpawnerBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public float totalProgress() {
public void write(Writes write) {
// this actually does nothing IO-related, I just want to remove the event listener after world exit.
Events.remove(EventType.WaveEvent.class, listener);
Log.info("Removed listener?: @", listener);
}
}
}

0 comments on commit 2d64075

Please sign in to comment.