Removed unwanted System.out lines when clicking on the slots in the routing node

This commit is contained in:
WayofTime 2016-09-12 19:04:53 -04:00
parent ccacb0acfc
commit 0bb2fa6002
2 changed files with 6 additions and 1 deletions

View file

@ -77,7 +77,6 @@ public class ContainerItemRoutingNode extends Container
if (slot instanceof SlotGhostItem) //TODO: make the slot clicking work!
{
lastGhostSlotClicked = slot.getSlotIndex();
System.out.println(lastGhostSlotClicked);
if ((dragType == 0 || dragType == 1))
{