Remove printed debug code

This commit is contained in:
Brady 2018-08-23 19:19:24 -05:00
parent 4de52cfec2
commit 42b7597cd6
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 0 additions and 1 deletions

View File

@ -77,6 +77,5 @@ public class MixinNetHandlerPlayClient {
)
private void onPlayerDeath(SPacketCombatEvent packetIn, CallbackInfo ci) {
Baritone.INSTANCE.getGameEventHandler().onPlayerDeath();
System.out.println("DIED");
}
}