Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Krymonota committed Jan 30, 2020
1 parent 0766a35 commit 5976b20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public Object onPacketOutAsync(Player receiver, Channel channel, Object packet)
final BaseComponent[] components = componentsField.get(packet);

if (components != null) {
System.out.println(components);
text = Optional.ofNullable(BaseComponent.toPlainText(components));
} else {
final StringBuilder textBuilder = new StringBuilder();
Expand Down

0 comments on commit 5976b20

Please sign in to comment.