delete comment
authorShaina Chen <shaina.sierra@gmail.com>
Fri, 5 Feb 2016 04:38:35 +0000 (20:38 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Fri, 5 Feb 2016 04:38:35 +0000 (20:38 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java

index 96c0b3d1cd452e5d16f546ddb24ab143018b46a3..7ba04a3ec1030e704dbd2b5905d47764961ca39b 100755 (executable)
@@ -32,14 +32,6 @@ public class IntakeArm extends Subsystem {
         Constants.IntakeArm.OFFSET);
   }
 
-  /*
-   * Intake only moves once at the beginning of the match. It lowers at the
-   * beginning of the match and is held there by mechanical stops until the end
-   * of the match.
-   *
-   * Must be used in a command that has a timer variable to stop it.
-   */
-
   /***
    * These two methods (intakeBall and outputBall)sets the voltage of the motor.
    * The voltage values are constants in Constants class