Delete shooter method comments
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheel.java
index a240d3ec7574ea1cd9e0dbd42a89b940f204d6eb..4c8cd54d102573329a4ee36dc4ca10288249ff20 100644 (file)
@@ -39,7 +39,6 @@ public class RunIndexWheel extends Command {
   protected void initialize() {
     timer.start();
     Robot.getShooter().setIndexWheelMotorVal(motorVal);
-
   }
 
   // Called repeatedly when this Command is scheduled to run
@@ -51,7 +50,6 @@ public class RunIndexWheel extends Command {
   @Override
   protected void end() {
     Robot.getShooter().stopIndexWheel();
-
   }
 
   // Called when another command which requires one or more of the same