mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +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();
|
||||
|
||||
qDebug() << "Board type=" << firmwareIapData.BoardType;
|
||||
qDebug() << "Board revision=" << firmwareIapData.BoardRevision;
|
||||
int ret = firmwareIapData.BoardType << 8;
|
||||
ret = ret + firmwareIapData.BoardRevision;
|
||||
qDebug() << "Board info=" << ret;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user