Removed misc, print statements (#3508)

* ACTAULLY removed debug prints
This commit is contained in:
Shane Robertson
2018-07-26 19:47:45 -05:00
committed by t00thpick1
parent ee324c77a9
commit 4bda175328
3 changed files with 1 additions and 14 deletions

View File

@ -45,7 +45,6 @@ public class WoodcuttingManager extends SkillManager {
* @param blockState Block being broken
*/
public void woodcuttingBlockCheck(BlockState blockState) {
System.out.print(">>HEYO");
int xp = Woodcutting.getExperienceFromLog(blockState, ExperienceGainMethod.DEFAULT);
switch (blockState.getType()) {