From 44efb06ef5bd8dbbaf008a50b7d566c676f0d525 Mon Sep 17 00:00:00 2001 From: Shaina Chen Date: Thu, 4 Feb 2016 20:38:35 -0800 Subject: [PATCH] delete comment --- .../usfirst/frc/team3501/robot/subsystems/IntakeArm.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java b/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java index 96c0b3d1..7ba04a3e 100755 --- a/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java +++ b/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java @@ -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 -- 2.30.2