Skip to content

Commit

Permalink
Undid Previous Commit
Browse files Browse the repository at this point in the history
Kinda useless
  • Loading branch information
EuphoniumPlayer committed Mar 12, 2024
1 parent c68fa81 commit 2ede5f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/frc/robot/commands/ElevatorControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ public void execute() {
ElevatorSubsystem.up();
} else if (ElevatorJoystick.getThrottle() >= 0.85) {
ElevatorSubsystem.down();
} else if (ElevatorJoystick.getRawButton(10)) {
ElevatorSubsystem.up();
System.out.println("BACKUP ELEVATOR ASCENT ACTIVATED");
} else if (ElevatorJoystick.getRawButton(9)) {
ElevatorSubsystem.down();
System.out.println("BACKUP ELEVATOR DESCENT ACTIVATED");
}
}

Expand Down

0 comments on commit 2ede5f1

Please sign in to comment.