Delete copies of methods, and change initialize code in runIntakeContinuous and runRe...
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / StopWinch.java
index 0924614e3e4a931a1f0233fef4aeaec33dc9770a..597bd65d18ca44be30885d09d056aee9070f13af 100644 (file)
@@ -14,7 +14,6 @@ public class StopWinch extends Command {
 
   public StopWinch() {
     requires(Robot.getDriveTrain());
-    requires(Robot.getClimber());
   }
 
   @Override