Skip to content

Commit

Permalink
chore: remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rexlManu committed Oct 1, 2023
1 parent 70271f2 commit c8df4d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public static String replaceLegacyWithTags(String input) {
final String parsedPlaceholder =
PlaceholderAPI.setPlaceholders(player, '%' + papiPlaceholder + '%');

System.out.println(parsedPlaceholder);
if (parsedPlaceholder.indexOf('&') == -1 && parsedPlaceholder.indexOf('§') == -1) {
return Tag.selfClosingInserting(miniMessage().deserialize(parsedPlaceholder));
}
Expand Down

0 comments on commit c8df4d5

Please sign in to comment.