Remove debug message

This commit is contained in:
Mats 2016-03-05 11:35:32 +01:00
parent c56109a64c
commit b3dc465498

View File

@ -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;