Skip to content

Commit

Permalink
Remove sout
Browse files Browse the repository at this point in the history
  • Loading branch information
Vankka committed Nov 21, 2023
1 parent 19c387e commit 24e0529
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public Component appendLink(@NotNull Component part, String link) {
return component;
}

System.out.println(name);
long emojiId = MiscUtil.parseLong(id);
DiscordCustomEmoji emoji = discordSRV.discordAPI().getEmojiById(emojiId);
if (emoji == null) {
Expand Down

0 comments on commit 24e0529

Please sign in to comment.