diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-22 09:10:03 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-22 09:10:03 +0200 |
commit | d97ae7f4cf1f89c3934a05d47105c102f1154c03 (patch) | |
tree | 6ec9636d46abf6341e06ebeb011460eda659d414 | |
parent | 86254a017fd0143291b958fbb692123fcb0fb3e3 (diff) | |
download | NotEnoughUpdates-d97ae7f4cf1f89c3934a05d47105c102f1154c03.tar.gz NotEnoughUpdates-d97ae7f4cf1f89c3934a05d47105c102f1154c03.tar.bz2 NotEnoughUpdates-d97ae7f4cf1f89c3934a05d47105c102f1154c03.zip |
removed debug message
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java b/src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java index 12a5ac50..8ba749b0 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java @@ -57,8 +57,6 @@ public class HypixelApi { } public void updateProfileData(String playerUuid) { - //TODO remove - Utils.addChatMessage("updateProfileData"); if (!updateTasks.getOrDefault(playerUuid, CompletableFuture.completedFuture(null)).isDone()) return; HashMap<String, String> map = new HashMap<String, String>() {{ |