Removed button bind

We don't need this now that we have the shuffleboard button
This commit is contained in:
66945
2023-02-25 21:00:55 -07:00
parent 0081419c19
commit cdefdda364
@@ -107,9 +107,6 @@ public class RobotContainer {
playbackChooser = new PlaybackChooser(m_robotSwerveDrive,
"Balance", new AutoBalance(m_robotMap.gyro, m_robotSwerveDrive));
new JoystickButton(getDeadbandedDriverController(), XboxController.X_BUTTON)
.onTrue(new InstantCommand(() -> playbackChooser.appendCommand()));
}