move pidcontroller into drivetrain
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / driving / DriveDistance.java
index 28bf1af065cc7a208a0e4b955e1ae0471a72613c..278540d54a2200aa11add4af4e0fae5dbe90273e 100755 (executable)
@@ -41,7 +41,6 @@ public class DriveDistance extends Command {
   protected void initialize() {
     this.driveTrain.resetEncoders();
     this.driveController.setSetPoint(this.target);
-    // test
   }
 
   @Override