Skip to content

Commit

Permalink
As tradition - remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Feb 3, 2021
1 parent 1c75a35 commit a98b371
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ public void onPluginMessageReceived(@Nonnull String channel, @Nonnull Player pla
return;
}

System.out.println("Plugin message received!");

try (DataInputStream in = new DataInputStream(new ByteArrayInputStream(message))) {
int version = in.readInt();
if (version != Constants.PLUGIN_MESSAGE_VERSION) {
Expand Down

0 comments on commit a98b371

Please sign in to comment.