Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Remove debug loging
Browse files Browse the repository at this point in the history
  • Loading branch information
HoverEpic committed Dec 24, 2017
1 parent 5b6a5b2 commit a10f91c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public static Slot translateSlotToPE(ItemStack item) {
// rootTag.put(DRAGONET_COMPOUND, tag);
// slot.tag = rootTag;
slot.tag = translateRawNBT(item.getId(), item.getNBT(), null);
System.out.println("translateSlotToPE " + slot.id);
return slot;
}

Expand Down

0 comments on commit a10f91c

Please sign in to comment.