diff --git a/Robot2016/src/Robot.cpp b/Robot2016/src/Robot.cpp index 29f1b8f..ca3e071 100644 --- a/Robot2016/src/Robot.cpp +++ b/Robot2016/src/Robot.cpp @@ -121,10 +121,6 @@ private: //std::cout << "Ramp position: "<< launch_spinny.GetEncPosition() << std::endl; drive.ArcadeDrive(&driver_stick, true); - if (operator_stick.GetRawButton(TRIGGER)) - { - - } //bool rampDoing = false; // This is shit code for testing. Replace it with real code. if(!ramping && operator_stick.GetRawButton(RAMP_RAISE))