Removed debug prints

This commit is contained in:
Alessandro Proto 2024-10-11 12:42:17 +02:00
parent 69099b2cec
commit b77daee289

View file

@ -46,11 +46,6 @@ public class PlayerData {
this.lpUser = lpUser; this.lpUser = lpUser;
refreshNodes(); refreshNodes();
RccServer.LOGGER.info("Player {} has the following RCC nodes", this.uuid);
nodes.forEach((key, value) -> {
RccServer.LOGGER.info("{}: {}", key, value);
});
} }
public UUID getUuid() { public UUID getUuid() {