From: Rohan Rodrigues Date: Sat, 4 Mar 2017 00:56:08 +0000 (-0800) Subject: Remove unnecessary comments X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=a6695a850d7f394734c77d75008774ce97063267 Remove unnecessary comments --- diff --git a/src/org/usfirst/frc/team3501/robot/OI.java b/src/org/usfirst/frc/team3501/robot/OI.java index 76d9a7f..9000e35 100644 --- a/src/org/usfirst/frc/team3501/robot/OI.java +++ b/src/org/usfirst/frc/team3501/robot/OI.java @@ -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);