add TODOs for testing and delete auto generated comments
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / PassSallyPort.java
index 2d956dcc781ef00b3db75d2c6cf188f3da80919d..a5fafa011a9dcbcfe9e96984c7c71f4dadbd12b6 100644 (file)
@@ -6,23 +6,8 @@ import edu.wpi.first.wpilibj.command.CommandGroup;
  *
  */
 public class PassSallyPort extends CommandGroup {
-    
-    public  PassSallyPort() {
-        // Add Commands here:
-        // e.g. addSequential(new Command1());
-        //      addSequential(new Command2());
-        // these will run in order.
 
-        // To run multiple commands at the same time,
-        // use addParallel()
-        // e.g. addParallel(new Command1());
-        //      addSequential(new Command2());
-        // Command1 and Command2 will run in parallel.
+  public PassSallyPort() {
 
-        // A command group will require all of the subsystems that each member
-        // would require.
-        // e.g. if Command1 requires chassis, and Command2 requires arm,
-        // a CommandGroup containing them would require both the chassis and the
-        // arm.
-    }
+  }
 }