Remove leftover debug call

This commit is contained in:
simibubi 2021-05-31 22:48:45 +02:00
parent 53ba59c082
commit 8fe3901c98

View file

@ -122,7 +122,6 @@ public class SequencedGearshiftTileEntity extends SplitShaftTileEntity {
detachKinetics(); detachKinetics();
currentInstructionDuration = instruction.getDuration(0, getTheoreticalSpeed()); currentInstructionDuration = instruction.getDuration(0, getTheoreticalSpeed());
System.out.println("Dur.: " + currentInstructionDuration);
currentInstruction = instructionIndex; currentInstruction = instructionIndex;
currentInstructionProgress = 0; currentInstructionProgress = 0;
timer = 0; timer = 0;