1
0
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:
zedamota 2011-05-31 15:41:05 +01:00
parent 1ffc0e3d56
commit fc7e7df863

View File

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