Skip to content

Commit bd2520d

Browse files
committed
remove useless debugLog
1 parent 49af07f commit bd2520d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public void load() {
134134
return;
135135
}
136136
Util.debugLog("Loading translation for locale: " + crowdinCode + " (" + minecraftCode + ")");
137-
Util.debugLog("CrowdinFile: " + crowdinFile);
138137
// Deploy bundled to mapper
139138
mapper.deployBundled(crowdinFile, loadBundled(crowdinFile));
140139
JsonConfiguration configuration = getDistributionConfiguration(crowdinFile, crowdinCode);

0 commit comments

Comments
 (0)