We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49af07f commit bd2520dCopy full SHA for bd2520d
src/main/java/org/maxgamer/quickshop/localization/text/SimpleTextManager.java
@@ -134,7 +134,6 @@ public void load() {
134
return;
135
}
136
Util.debugLog("Loading translation for locale: " + crowdinCode + " (" + minecraftCode + ")");
137
- Util.debugLog("CrowdinFile: " + crowdinFile);
138
// Deploy bundled to mapper
139
mapper.deployBundled(crowdinFile, loadBundled(crowdinFile));
140
JsonConfiguration configuration = getDistributionConfiguration(crowdinFile, crowdinCode);
0 commit comments