Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zickles committed Jul 22, 2024
1 parent aafc9be commit 9fdaa3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ private ChatComponentText shortenChannelName(IChatComponent message, String patt
String originalText = message.getUnformattedTextForChat();
if (checkParentComponent && !originalText.contains("\u00a7")) {
originalText = (message.getChatStyle().getFormattingCode() + originalText + EnumChatFormatting.RESET).replaceAll(pattern, replacement);
System.out.println(originalText);
}
ChatComponentText copy = (ChatComponentText) new ChatComponentText(originalText).setChatStyle(message.getChatStyle());
for (IChatComponent sibling : message.getSiblings()) {
Expand Down

0 comments on commit 9fdaa3f

Please sign in to comment.