Skip to content

Commit

Permalink
Remove default command
Browse files Browse the repository at this point in the history
  • Loading branch information
colyic committed Dec 21, 2023
1 parent 29fd047 commit d0a8210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/stuypulse/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public RobotContainer() {
/****************/

private void configureDefaultCommands() {
elevator.setDefaultCommand(new ElevatorDrive(driver));
}

/***************/
Expand Down

0 comments on commit d0a8210

Please sign in to comment.