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;
|
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() {
|
||||||
|
|
Loading…
Reference in a new issue