mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-14 23:53: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();
|
||||
currentInstructionDuration = instruction.getDuration(0, getTheoreticalSpeed());
|
||||
System.out.println("Dur.: " + currentInstructionDuration);
|
||||
currentInstruction = instructionIndex;
|
||||
currentInstructionProgress = 0;
|
||||
timer = 0;
|
||||
|
|
Loading…
Reference in a new issue