Removing debug code

This commit is contained in:
Adubbz 2016-02-02 23:04:08 +11:00
parent b8b11a0e3e
commit 9d43d1bb9a

View file

@ -70,8 +70,6 @@ public class GeneratorMahoganyTree extends GeneratorBasicTree
}
}
System.out.println(this.leafLayers);
//Generate upper branches
BlockPos branchStartPos = start.up(endHeight - 2);
int branchHeight = (this.leafLayers - 1) + 2;