1
0
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:
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);
emit deviceRemoved(temp);
found=true;
qDebug()<<"REMOVED"<<temp.product;
break;
}
}
if(!found)
emit deviceRemoved(info);
qDebug()<<"REMOVED2";
}
break;