Fixes #1005 (removes a debug sysout)

This commit is contained in:
Shadows_of_Fire 2018-01-15 17:00:32 -05:00
parent ffa274a7b2
commit bf451dceb1

View file

@ -78,9 +78,6 @@ public class BlockGreenhouseGlass extends BlockBase {
if (world.isRemote) return;
if (world.canBlockSeeSky(pos) && world.isDaytime()) {
System.out.println("debugg");
Triple<BlockPos, IBlockState, IGrowable> trip = firstBlock(world, pos);
boolean once = false;