Skip to content

Commit

Permalink
refactor: remove debug print for healthbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Apr 17, 2024
1 parent e48a0b8 commit ecaf415
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ public int compare(Pair<TextComponent, PositionComponent> s1, Pair<TextComponent
((float) health.get().getHealth() / (float) health.get().getMaxHealth()) * width,
height, red[0], red[1], red[2], 1);
}
java.lang.System.out.println("DRAWN HEALTH BAR");
}
}
}
Expand Down

0 comments on commit ecaf415

Please sign in to comment.