mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 04:43:42 +01:00
Remove leftover debug call
This commit is contained in:
parent
53ba59c082
commit
8fe3901c98
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue