Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Apr 27, 2019
1 parent 61572db commit b7d43bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class PlayerlistTracker extends PlayerChunkMap.EntityTracker {

public PlayerlistTracker(PlayerChunkMap map, Entity entity, int i, int j, boolean flag) {
map.super(entity, i, j, flag);
System.out.println(entity + " " + i + " " + j + " " + flag);
this.map = map;
this.tracker = getTracker(this);
this.trackerEntry = getTrackerEntry(this);
Expand Down

0 comments on commit b7d43bf

Please sign in to comment.