mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Comment out vanilla debug message.
This commit is contained in:
parent
515830cda9
commit
2e47a1eb80
1 changed files with 2 additions and 0 deletions
|
@ -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()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue