mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Removed some qDebug from PipX configuration widget.
This commit is contained in:
parent
aa8ba898fc
commit
c06412f83b
@ -284,8 +284,6 @@ void ConfigPipXtremeWidget::disconnected()
|
||||
|
||||
void ConfigPipXtremeWidget::pairIDToggled(bool checked, quint8 idx)
|
||||
{
|
||||
qDebug() << QString("Pairid toggled %1").arg(checked);
|
||||
qDebug() << QString("idx %1").arg(idx);
|
||||
if(checked)
|
||||
{
|
||||
PipXStatus *pipxStatus = PipXStatus::GetInstance(getObjectManager());
|
||||
@ -295,17 +293,13 @@ void ConfigPipXtremeWidget::pairIDToggled(bool checked, quint8 idx)
|
||||
{
|
||||
if (idx == 4)
|
||||
{
|
||||
qDebug() << QString("PairID 0");
|
||||
pipxSettings->setPairID(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
quint32 pairID = pipxStatus->getPairIDs(idx);
|
||||
if (pairID)
|
||||
{
|
||||
qDebug() << QString("Pairid %1").arg(pairID);
|
||||
pipxSettings->setPairID(pairID);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user