Skip to content

Commit

Permalink
Remove redundant code @Came20
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed May 29, 2024
1 parent 65a6cb4 commit e554973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ private void configureButtonBindings() {
drive::clearHeadingGoal),
shootAlignDisable);
Trigger nearSpeaker = new Trigger(robotState::inShootingZone);
Trigger intakeTrigger = new Trigger(driver.leftTrigger());
Trigger intakeTrigger = driver.leftTrigger();
driver
.a()
.and(intakeTrigger.negate())
Expand Down

0 comments on commit e554973

Please sign in to comment.