1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Remove some debugging output that was a bit verbose

This commit is contained in:
James Cotton 2012-07-27 20:50:22 -05:00
parent 542483beec
commit cddabf76cf

View File

@ -739,8 +739,6 @@ void ConfigMultiRotorWidget::refreshWidgetsValues(QString frameType)
*/
void ConfigMultiRotorWidget::setupQuadMotor(int channel, double pitch, double roll, double yaw)
{
qDebug()<<QString("Setup quad motor channel=%0 pitch=%1 roll=%2 yaw=%3").arg(channel).arg(pitch).arg(roll).arg(yaw);
UAVDataObject* mixer = dynamic_cast<UAVDataObject*>(getObjectManager()->getObject(QString("MixerSettings")));
Q_ASSERT(mixer);