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

Commit

Permalink
Plugin: remove parse exception log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaser committed Dec 18, 2023
1 parent 8b0b122 commit deccc0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/flectone/chat/FlectoneChat.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ private void checkLastPluginVersion() {

} catch (ParseException e) {
warning("⚠ Failed to get latest plugin version");
e.printStackTrace();
}

});
Expand Down

0 comments on commit deccc0c

Please sign in to comment.