Skip to content

Commit

Permalink
Remove Debug Output
Browse files Browse the repository at this point in the history
I forgot to remove them :)
  • Loading branch information
BONNe committed Jan 14, 2020
1 parent cb8fa24 commit 6480312
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,6 @@ else if (world.getEnvironment() == World.Environment.NORMAL &&
this.summonEntity(event.getLocation(), EntityType.GUARDIAN);
event.setCancelled(true);
}
else
{
System.out.println("unlucky");
}
}
else
{
System.out.println("Not suitable place");
}
}
}
Expand Down Expand Up @@ -193,8 +185,6 @@ private boolean isSuitableGuardianLocation(Location location)

Material material = block.getType();

System.out.println("Material is " + material);

return material == Material.PRISMARINE ||
material == Material.PRISMARINE_SLAB ||
material == Material.PRISMARINE_STAIRS ||
Expand Down

0 comments on commit 6480312

Please sign in to comment.