mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +01:00
OP-1122 OP-1125 removed spurious qDebug() calls
This commit is contained in:
parent
c3506d07ad
commit
df7db8a01a
@ -256,11 +256,9 @@ int UAVObjectUtilManager::getBoardModel()
|
|||||||
{
|
{
|
||||||
FirmwareIAPObj::DataFields firmwareIapData = getFirmwareIap();
|
FirmwareIAPObj::DataFields firmwareIapData = getFirmwareIap();
|
||||||
|
|
||||||
qDebug() << "Board type=" << firmwareIapData.BoardType;
|
|
||||||
qDebug() << "Board revision=" << firmwareIapData.BoardRevision;
|
|
||||||
int ret = firmwareIapData.BoardType << 8;
|
int ret = firmwareIapData.BoardType << 8;
|
||||||
ret = ret + firmwareIapData.BoardRevision;
|
ret = ret + firmwareIapData.BoardRevision;
|
||||||
qDebug() << "Board info=" << ret;
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user