aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/gui
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2021-07-30 12:41:54 +0800
committerGitHub <noreply@github.com>2021-07-30 12:41:54 +0800
commit412d64445546216444f0afbcc562e2ea6b1681d0 (patch)
tree750b85c7081c0c01326111cfea0bfce4b4b876e0 /src/main/java/gregtech/api/gui
parentda3421547afadc49938b5b6a7f9a9679afa1d570 (diff)
downloadGT5-Unofficial-412d64445546216444f0afbcc562e2ea6b1681d0.tar.gz
GT5-Unofficial-412d64445546216444f0afbcc562e2ea6b1681d0.tar.bz2
GT5-Unofficial-412d64445546216444f0afbcc562e2ea6b1681d0.zip
Remove debug print
Diffstat (limited to 'src/main/java/gregtech/api/gui')
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_BasicTank.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/gregtech/api/gui/GT_Container_BasicTank.java b/src/main/java/gregtech/api/gui/GT_Container_BasicTank.java
index 0ce9ab9232..477e52d103 100644
--- a/src/main/java/gregtech/api/gui/GT_Container_BasicTank.java
+++ b/src/main/java/gregtech/api/gui/GT_Container_BasicTank.java
@@ -52,9 +52,6 @@ public class GT_Container_BasicTank extends GT_ContainerMetaTile_Machine {
IFluidAccess tDrainableAccess = IFluidAccess.from(tTank, false);
return handleFluidSlotClick(tDrainableAccess, aPlayer, aMouseclick == 0, true, !tTank.isDrainableStackSeparate());
}
- if (mTileEntity.isServerSide()) {
- aPlayer.addChatComponentMessage(new ChatComponentText(String.format("Slot Index: %d, aMouseClick: %d, Shift Hold: %d", aShifthold, aMouseclick, aShifthold)));
- }
return super.slotClick(aSlotIndex, aMouseclick, aShifthold, aPlayer);
}