Debug code - Why you be in main branch

This commit is contained in:
t00thpick1 2013-04-28 01:08:07 -03:00
parent 83604ecb6d
commit 70601a4560

View File

@ -195,8 +195,6 @@ public class PlayerListener implements Listener {
case CAUGHT_ENTITY:
Entity entity = event.getCaught();
System.out.println(event.getState());
System.out.println(entity);
if (fishingManager.canShake(entity)) {
fishingManager.shakeCheck((LivingEntity) entity);
}