removed print statement intended for testing
This commit is contained in:
parent
0e0bb1c16f
commit
16ca095e3e
1 changed files with 0 additions and 1 deletions
|
@ -175,7 +175,6 @@ public class BlockListener implements Listener
|
||||||
boolean success = false;
|
boolean success = false;
|
||||||
if (blocks.size() > 1)
|
if (blocks.size() > 1)
|
||||||
{
|
{
|
||||||
System.out.println("Blocks.size() = " + blocks.size());
|
|
||||||
success = true;
|
success = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue