Skip to content

Commit 039913d

Browse files
committed
remove useless debug logs
1 parent a156ea4 commit 039913d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/maxgamer/quickshop/localization/text/JavaTextManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ private JsonConfiguration loadBundled(String file) throws IOException {
107107
bundledLang.loadFromString(new String(IOUtils.toByteArray(new InputStreamReader(plugin.getResource("lang/" + fileObject.getName())), StandardCharsets.UTF_8)));
108108
} catch (IOException | InvalidConfigurationException ex) {
109109
bundledLang = new JsonConfiguration();
110-
Util.debugLog(new String(IOUtils.toByteArray(new InputStreamReader(plugin.getResource("lang/" + fileObject.getName())), StandardCharsets.UTF_8)));
111110
plugin.getLogger().log(Level.SEVERE, "Cannot load bundled language file from Jar, some strings may missing!", ex);
112111
}
113112
return bundledLang;

0 commit comments

Comments
 (0)