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:
parent
542483beec
commit
cddabf76cf
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user