Skip to content

Commit

Permalink
remove debug prntlines
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Feb 15, 2014
1 parent e24b53a commit c57abab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/tconstruct/library/tools/HarvestTool.java
Expand Up @@ -152,7 +152,6 @@ float calculateStrength (NBTTagCompound tags, Block block, int meta)

public boolean canHarvestBlock (Block block)
{
TConstruct.logger.info(block.getMaterial());
if (block.getMaterial().isToolNotRequired())
{
return true;
Expand All @@ -162,7 +161,6 @@ public boolean canHarvestBlock (Block block)
if (m == block.getMaterial())
return true;
}
TConstruct.logger.info(block.getMaterial());
return false;
}

Expand Down

0 comments on commit c57abab

Please sign in to comment.