mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-01 12:53:52 -07:00
Comment out vanilla debug message.
This commit is contained in:
@@ -554,9 +554,11 @@ public class WorldServer extends World implements org.bukkit.BlockChangeDelegate
|
|||||||
iterator = this.M.iterator();
|
iterator = this.M.iterator();
|
||||||
} else {
|
} else {
|
||||||
iterator = this.T.iterator();
|
iterator = this.T.iterator();
|
||||||
|
/* CraftBukkit start - comment out debug spam
|
||||||
if (!this.T.isEmpty()) {
|
if (!this.T.isEmpty()) {
|
||||||
System.out.println(this.T.size());
|
System.out.println(this.T.size());
|
||||||
}
|
}
|
||||||
|
// CraftBukkit end */
|
||||||
}
|
}
|
||||||
|
|
||||||
while (iterator.hasNext()) {
|
while (iterator.hasNext()) {
|
||||||
|
Reference in New Issue
Block a user