Skip to content

Commit 246f75b

Browse files
committed
forgot to remove after tests blew
1 parent e74298f commit 246f75b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/com/unfamoussoul/test/Test.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ public void onEnable() {
2828
config = new Config(getConfigHandler("config.yml"));
2929
loadLocale(plugin.getDefaultLanguage(), "en_US", "ru_RU");
3030

31-
for (String l : getLocale().getTranslations().keySet()) {
32-
getPlugin().getLogger().severe(l);
33-
}
34-
3531
initPersistentFields();
3632

3733
addCommand(new TestCommand());

0 commit comments

Comments
 (0)