Update Robot.java

This commit is contained in:
Aarav Shah
2022-02-28 18:55:42 -07:00
committed by GitHub
parent 14cd859005
commit e2f6376756
-1
View File
@@ -30,7 +30,6 @@ public class Robot extends TimedRobot {
public void robotInit() {
// Instantiate our RobotContainer. This will perform all our button bindings, and put our
// autonomous chooser on the dashboard.
//AimToCenterTest.RunAll();
m_robotContainer = new RobotContainer();
}