Remove debug message (#11453)

this must have slipped through in development, it is in the released version v154
This commit is contained in:
BalaM314
2025-12-16 23:56:01 -05:00
committed by GitHub
parent d1e0307d39
commit 3343c02997

View File

@@ -72,8 +72,6 @@ public class DataPatcher{
contentLoader = Vars.content.copy();
patches.clear();
Log.info(patchArray.toString("\n"));
for(String patch : patchArray){
PatchSet set = new PatchSet(patch, new JsonValue("error"));
patches.add(set);