Removed unwanted System.out lines when clicking on the slots in the routing node
This commit is contained in:
parent
ccacb0acfc
commit
0bb2fa6002
2 changed files with 6 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue