mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +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);
|
||||
emit deviceRemoved(temp);
|
||||
found=true;
|
||||
qDebug()<<"REMOVED"<<temp.product;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(!found)
|
||||
emit deviceRemoved(info);
|
||||
qDebug()<<"REMOVED2";
|
||||
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user