mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
OP-512 Remove some qDebug's
This commit is contained in:
parent
1ffc0e3d56
commit
fc7e7df863
@ -195,14 +195,11 @@ bool USBMonitor::matchAndDispatchChangedDevice(const QString & deviceID, const G
|
|||||||
USBPortInfo temp=knowndevices.at(x);
|
USBPortInfo temp=knowndevices.at(x);
|
||||||
emit deviceRemoved(temp);
|
emit deviceRemoved(temp);
|
||||||
found=true;
|
found=true;
|
||||||
qDebug()<<"REMOVED"<<temp.product;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!found)
|
if(!found)
|
||||||
emit deviceRemoved(info);
|
emit deviceRemoved(info);
|
||||||
qDebug()<<"REMOVED2";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user