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:
parent
d94ab30616
commit
28b967689f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user