Skip to content

Commit

Permalink
Update LocalizationService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Jul 5, 2024
1 parent 418b2f9 commit 72d5460
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public LocalizationService(
.log(Level.WARNING, "Could not recognize the given language: \"{0}\"", serverDefaultLanguage);
}

Slimefun.logger().log(Level.INFO, "Available languages: {0}", String.join(", ", languages.keySet()));
save();
} else {
translationsEnabled = false;
Expand Down

0 comments on commit 72d5460

Please sign in to comment.