refactor: remove the print

This commit is contained in:
ineanto 2025-06-30 22:02:09 +02:00
parent c20df8bc48
commit 42f9476970
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84

View file

@ -54,8 +54,6 @@ public class AppearanceManager {
if (skinChange) { if (skinChange) {
final ActionResult propertiesUpdateResult = packetSender.updatePlayerProfileProperties(); final ActionResult propertiesUpdateResult = packetSender.updatePlayerProfileProperties();
System.out.println(player.getPlayerProfile().getName());
if (propertiesUpdateResult.isError()) { if (propertiesUpdateResult.isError()) {
return resetWithoutUpdate(); return resetWithoutUpdate();
} }