Remove unnecessary comments
authorRohan Rodrigues <rohanrodrigues19@gmail.com>
Sat, 4 Mar 2017 00:56:08 +0000 (16:56 -0800)
committerRohan Rodrigues <rohanrodrigues19@gmail.com>
Sat, 4 Mar 2017 00:56:08 +0000 (16:56 -0800)
src/org/usfirst/frc/team3501/robot/OI.java

index 76d9a7f2f2a664d18c6c9b436237178602f93896..9000e35fa16a56ff67b549d4ee829c42d10dd198 100644 (file)
@@ -46,14 +46,7 @@ public class OI /* implements KeyListener */ {
 
     runIndexWheel = new JoystickButton(rightJoystick,
         Constants.OI.RUN_INDEXWHEEL_PORT);
-    runIndexWheel.whileHeld(
-        new RunIndexWheelContinuous()); /*
-                                         * { double shooterSpeed =
-                                         * (Robot.getShooter()).getShooterRPM();
-                                         * if (shooterSpeed > 0) {
-                                         * Robot.getShooter().runIndexWheel(); }
-                                         * });
-                                         */
+    runIndexWheel.whileHeld(new RunIndexWheelContinuous());
 
     reverseIndexWheel = new JoystickButton(rightJoystick,
         Constants.OI.REVERSE_INDEXWHEEL_PORT);