diff options
Diffstat (limited to 'src/main/java/GoodGenerator/Blocks/TEs')
-rw-r--r-- | src/main/java/GoodGenerator/Blocks/TEs/MetaTE/NeutronSensor.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/GoodGenerator/Blocks/TEs/MetaTE/NeutronSensor.java b/src/main/java/GoodGenerator/Blocks/TEs/MetaTE/NeutronSensor.java index 137173711c..640859b9f0 100644 --- a/src/main/java/GoodGenerator/Blocks/TEs/MetaTE/NeutronSensor.java +++ b/src/main/java/GoodGenerator/Blocks/TEs/MetaTE/NeutronSensor.java @@ -11,7 +11,6 @@ import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch; import gregtech.api.render.TextureFactory; -import gregtech.api.util.GT_Log; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayerMP; import net.minecraft.entity.player.InventoryPlayer; @@ -45,7 +44,6 @@ public class NeutronSensor extends GT_MetaTileEntity_Hatch { @Override public void loadNBTData(NBTTagCompound aNBT) { texts = aNBT.getString("mBoxContext"); - GT_Log.out.print(texts + "\n"); super.loadNBTData(aNBT); } |