1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-04-04 15:21:45 +00:00

remove debug

This commit is contained in:
cornernote 2019-12-18 23:30:56 +10:30
parent f35a49ef11
commit 7857d1307c

View File

@ -878,10 +878,6 @@ bool LedKeyboard::sendDataInternal(byte_buffer_t &data) {
if (data.size() > 0) { if (data.size() > 0) {
#if defined(hidapi) #if defined(hidapi)
//std::cout<<"model: "<<currentDevice.model<<std::endl;
//std::cout<<"vendorId: "<<currentDevice.vendorID<<std::endl;
//std::cout<<"productID: "<<currentDevice.productID<<std::endl;
if (! open(currentDevice.vendorID, currentDevice.productID, currentDevice.serialNumber)) return false; if (! open(currentDevice.vendorID, currentDevice.productID, currentDevice.serialNumber)) return false;
if (hid_write(m_hidHandle, const_cast<unsigned char*>(data.data()), data.size()) < 0) { if (hid_write(m_hidHandle, const_cast<unsigned char*>(data.data()), data.size()) < 0) {