Removed logging

This commit is contained in:
Anuken
2019-09-25 16:32:36 -04:00
parent 48bf88f99d
commit 47e723c557
2 changed files with 0 additions and 9 deletions

View File

@@ -72,11 +72,6 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
private Vector2 movement = new Vector2();
private boolean moved;
{
RuntimeException e = new RuntimeException("player " + name);
Core.app.post(e::printStackTrace);
}
//endregion
//region unit and event overrides, utility methods