removed a redundant if statement because I'm a doofus.

This commit is contained in:
Aidan Ferguson 2016-02-13 16:46:09 -05:00
parent e6934c9117
commit 38eb49a964
1 changed files with 0 additions and 4 deletions

View File

@ -117,10 +117,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))