Comment out vanilla debug message.

This commit is contained in:
Travis Watkins 2013-03-16 13:45:42 -05:00
parent 515830cda9
commit 2e47a1eb80

View File

@ -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()) {