3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-08 11:10:06 +02:00

Remove debug message

Dieser Commit ist enthalten in:
Mats 2016-03-05 11:35:32 +01:00
Ursprung c56109a64c
Commit b3dc465498

Datei anzeigen

@ -137,7 +137,6 @@ public class ItemSlotRewriter {
if (!(pages.get(i) instanceof StringTag))
continue;
StringTag page = pages.get(i);
System.out.println("page: " + page);
page.setValue(OutgoingTransformer.fixJson(page.getValue()));
}
item.tag = tag;