Skip to content

Commit f321af8

Browse files
committed
test sync oh nooo
1 parent f88a299 commit f321af8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/frc/team5115/RobotContainer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ public class RobotContainer {
6262
private final Feeder feeder;
6363
private final Shooter shooter;
6464
private final Climber climber;
65-
65+
// test
6666
// Controller
6767
private final CommandXboxController joyDrive = new CommandXboxController(0);
6868
private final CommandXboxController joyManip = new CommandXboxController(1);
69-
7069
// Dashboard inputs
7170
private final LoggedDashboardChooser<Command> autoChooser;
7271

0 commit comments

Comments
 (0)