Skip to content

Commit

Permalink
Commented out unused code in ShooterSubsystem2.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JediScoy committed Mar 29, 2024
1 parent e808b77 commit 0668880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/ShooterSubsystem2.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public void periodic() {
// synchronously wait 20 ms for new data
// rotorPosSignal.waitForUpdate(0.020);

var currentFlywheelVel = m_primaryMotor.getVelocity().getValue();
// var currentFlywheelVel = m_primaryMotor.getVelocity().getValue();

// var currentFlywheelVel2 = flywheelVel.getValue();

Expand Down

0 comments on commit 0668880

Please sign in to comment.