1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Undo the previous patch to abort transactions if one is pending, but throw a

warning still
This commit is contained in:
James Cotton 2012-07-27 20:59:39 -05:00
parent cddabf76cf
commit bd3ebe5b61

View File

@ -391,7 +391,6 @@ void Telemetry::processObjectQueue()
QMap<quint32, ObjectTransactionInfo*>::iterator itr = transMap.find(objInfo.obj->getObjID());
if ( itr != transMap.end() ) {
qDebug() << "!!!!!! Making request for an object: " << objInfo.obj->getName() << " for which a request is already in progress!!!!!!";
return;
}
UAVObject::Metadata metadata = objInfo.obj->getMetadata();
ObjectTransactionInfo *transInfo = new ObjectTransactionInfo(this);