Delete unused methods and correct logic errors
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / scaler / RunWinchContinuous.java
index 304c983aac6a925666a72e322bfb31b1eaad4115..8f3f428167e525b9ee35ebc5b7e288c41258b6a3 100644 (file)
@@ -1,4 +1,4 @@
-package org.usfirst.frc.team3501.robot.commands;
+package org.usfirst.frc.team3501.robot.commands.scaler;
 
 import org.usfirst.frc.team3501.robot.Robot;
 
@@ -41,7 +41,6 @@ public class RunWinchContinuous extends Command {
 
   @Override
   protected void end() {
-    Robot.scaler.stopWinch();
   }
 
   @Override