Skip to content

Commit ee0d9eb

Browse files
committed
cleanup
1 parent f0e9eb1 commit ee0d9eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/ghostchu/peerbanhelper/text/TextManager.java

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public void load() {
154154
try {
155155
configuration.loadFromString(Files.readString(file.toPath(), StandardCharsets.UTF_8));
156156
languageFilesManager.deploy(locale, configuration);
157-
System.out.println("deployed " + locale);
158157
} catch (InvalidConfigurationException | IOException e) {
159158
log.warn("Failed to override translation for {}.", locale, e);
160159
}

0 commit comments

Comments
 (0)