移除调试输出

This commit is contained in:
SerendipityR 2022-08-24 01:40:47 +08:00 committed by GitHub
parent 9049294010
commit b04f882007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class MCForgeMOTD {
if (response.modinfo != null) {
for (Response.ModInfo.ModID modid : response.modinfo.modList) {
modList.put(modid.modid, modid.version);
LogUtil.doLog(0, modid.modid + " | " + modid.version, "[Debug]");
}
}
}