1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00

Remove some debugging output from configTaskWidget. In the case of the sensor

calibration which doesn't have any fields associated this caused a null pointer
crash and wasn't useful anyway.
This commit is contained in:
James Cotton 2012-06-13 13:22:39 -05:00
parent d94ab30616
commit 28b967689f

View File

@ -696,14 +696,6 @@ void ConfigTaskWidget::autoLoadWidgets()
}
refreshWidgetsValues();
forceShadowUpdates();
foreach(objectToWidget * ow,objOfInterest)
{
qDebug()<<"Master:"<<ow->widget->objectName();
foreach(shadow * sh,ow->shadowsList)
{
qDebug()<<"Child"<<sh->widget->objectName();
}
}
}
/**
* Adds a widget to a list of default/reload groups