mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
Telemetry: Remove a processObjectQueue() command that was triggering warnings
This commit is contained in:
parent
9748640210
commit
74d1762e4c
@ -218,8 +218,6 @@ void Telemetry::transactionCompleted(UAVObject* obj, bool success)
|
||||
transPending = false;
|
||||
// Send signal
|
||||
obj->emitTransactionCompleted(success);
|
||||
// Process new object updates from queue
|
||||
processObjectQueue();
|
||||
} else
|
||||
{
|
||||
// qDebug() << "Error: received a transaction completed when did not expect it.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user