remove log msg

Took 2 minutes
This commit is contained in:
Kiran Hart 2022-08-17 20:56:30 -04:00
parent 6ee10a655b
commit 5656026a69
No known key found for this signature in database
GPG Key ID: 5F36C7BC79D3EBC3

View File

@ -31,7 +31,6 @@ public class AuctionPlayerManager {
public void addPlayer(AuctionPlayer auctionPlayer) {
if (auctionPlayer == null) return;
this.auctionPlayers.put(auctionPlayer.getUuid(), auctionPlayer);
AuctionHouse.getInstance().getLogger().info("Loading profile for player: " + Bukkit.getOfflinePlayer(auctionPlayer.getUuid()).getName());
}
public void addPlayer(Player player) {