add TODOs for testing and delete auto generated comments
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / PassPortcullis.java
index 5e6e393ec52be3674d1405ebedd635cec861eae7..6ab7edab31906346ea4050280c4e5b7c840ac415 100644 (file)
@@ -6,23 +6,7 @@ import edu.wpi.first.wpilibj.command.CommandGroup;
  *
  */
 public class PassPortcullis extends CommandGroup {
-    
-    public  PassPortcullis() {
-        // 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.
-
-        // 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.
-    }
+  public PassPortcullis() {
+  }
 }