delete DeployIntakeArm and delete TODO comment
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / DefaultAutonStrategy.java
index 2e6d8eca9c75e7a0a9aedf21624700675f73c92b..99fe317d3945d2ab85ebf689d2f561d458a8c940 100755 (executable)
@@ -55,8 +55,6 @@ public class DefaultAutonStrategy extends CommandGroup {
       break;
     }
 
-    // TODO: put in the argument that goes inside of aim, based on the position
-    // variable that was passed into the command group
     addSequential(new AimAndAlign());
     addSequential(new Shoot());