1
0
Fork 0

removed print statement intended for testing

This commit is contained in:
lightling 2019-09-18 20:55:43 -04:00
parent 0e0bb1c16f
commit 16ca095e3e

View file

@ -175,7 +175,6 @@ public class BlockListener implements Listener
boolean success = false;
if (blocks.size() > 1)
{
System.out.println("Blocks.size() = " + blocks.size());
success = true;
}