Removed debug prints
This commit is contained in:
parent
69099b2cec
commit
b77daee289
1 changed files with 0 additions and 5 deletions
|
@ -46,11 +46,6 @@ public class PlayerData {
|
|||
this.lpUser = lpUser;
|
||||
|
||||
refreshNodes();
|
||||
|
||||
RccServer.LOGGER.info("Player {} has the following RCC nodes", this.uuid);
|
||||
nodes.forEach((key, value) -> {
|
||||
RccServer.LOGGER.info("{}: {}", key, value);
|
||||
});
|
||||
}
|
||||
|
||||
public UUID getUuid() {
|
||||
|
|
Loading…
Reference in a new issue