Remove compressor because solenoids automatically call it
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Robot.java
index 14f86db3be6c821014c7dc88c6b8eeaf2cb861c0..5bb61f143bc139c14b81221919ef90893b4c0382 100644 (file)
@@ -121,7 +121,6 @@ public class Robot extends IterativeRobot {
   @Override
   public void teleopInit() {
     Robot.driveTrain.setLowGear();
-    Robot.driveTrain.startCompressor();
   }
 
   @Override