servo: Remove extraneous output from routine

Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
Sarah Knepper 2015-01-22 20:09:03 -08:00
parent 951f0e0866
commit 47c79086f2

View File

@ -85,8 +85,6 @@ mraa_result_t Servo::setAngle (int angle) {
}
mraa_pwm_enable (m_pwmServoContext, 0);
std::cout << "angle = " << angle << " ,pulse = " << calcPulseTraveling(angle) << ", cycles " << cycles << std::endl;
m_currAngle = angle;
}