Delete TODO
authorKevin Zhang <icestormf1@gmail.com>
Sun, 24 Jan 2016 00:34:05 +0000 (16:34 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Sun, 24 Jan 2016 00:34:05 +0000 (16:34 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java

index 68c1d51ab1bb3550ac4b49b9547839ecf0e99c82..07948f2f144579922ccf35da7fdc11507fe16630 100755 (executable)
@@ -7,7 +7,6 @@ import edu.wpi.first.wpilibj.CANTalon;
 import edu.wpi.first.wpilibj.command.Subsystem;
 
 public class Shooter extends Subsystem {
-  // TODO: check all files for control m characters
   private CANTalon shooter;
 
   public Shooter() {