Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Remove old timer code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Apr 7, 2024
1 parent 8f2e3ec commit a435719
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/frc/robot/queuer/QueuerSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import com.ctre.phoenix6.hardware.TalonFX;
import edu.wpi.first.math.filter.Debouncer;
import edu.wpi.first.wpilibj.DigitalInput;
import edu.wpi.first.wpilibj.Timer;
import frc.robot.config.RobotConfig;
import frc.robot.util.scheduling.LifecycleSubsystem;
import frc.robot.util.scheduling.SubsystemPriority;
Expand All @@ -27,8 +26,6 @@ public QueuerSubsystem(TalonFX motor, DigitalInput sensor) {

this.sensor = sensor;
this.motor = motor;

shuffleTimer.start();
}

@Override
Expand Down

0 comments on commit a435719

Please sign in to comment.