1
0
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:
James Cotton 2011-08-10 06:15:13 -05:00
parent 9748640210
commit 74d1762e4c

View File

@ -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.";