Skip to content

Commit

Permalink
deleted unhelpful line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
2491NoMythic committed Mar 19, 2024
1 parent b75a354 commit b19cc52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ private void configureBindings() {
// new Trigger(driverController::getSquareButton).whileTrue(new ClimberPullDown(climber));
}
if(shooterExists) {
new Trigger(AmpAngleSup).whileTrue(new InstantCommand(()->shooter.shootRPS(ShooterConstants.AMP_RPS), shooter));
}
if(intakeExists) {
new Trigger(GroundIntakeSup).whileTrue(new GroundIntake(intake, indexer));
Expand Down

0 comments on commit b19cc52

Please sign in to comment.