aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2022-03-02 01:36:09 +0800
committerGlease <4586901+Glease@users.noreply.github.com>2022-03-02 01:36:09 +0800
commit1fdef398ed10a1d661bc879ab3affe1ad201589f (patch)
treee2605e038ad482ebc0950782077e2a489cad7ce5 /src/main
parent11a61c3c2c32ac47bc2d63e1fc0c8734f8acc285 (diff)
downloadGT5-Unofficial-1fdef398ed10a1d661bc879ab3affe1ad201589f.tar.gz
GT5-Unofficial-1fdef398ed10a1d661bc879ab3affe1ad201589f.tar.bz2
GT5-Unofficial-1fdef398ed10a1d661bc879ab3affe1ad201589f.zip
remove useless comment
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
index 4a6577f0d5..e6f15ad145 100644
--- a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
+++ b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
@@ -354,8 +354,6 @@ public class GTMTE_LapotronicSuperCapacitor extends GT_MetaTileEntity_EnhancedMu
inputLastTick = BigInteger.ZERO;
outputLastTick = BigInteger.ZERO;
- //System.out.println(getBaseMetaTileEntity().)
-
// Draw energy from GT hatches
for(GT_MetaTileEntity_Hatch_Energy eHatch : super.mEnergyHatches) {
if(eHatch == null || eHatch.getBaseMetaTileEntity().isInvalidTileEntity()) {