Remove some noisy debugging info

This commit is contained in:
Paul Hollinsky
2018-10-08 15:09:50 -04:00
parent 6ad4e564b9
commit 600813b7e6
2 changed files with 3 additions and 9 deletions
-3
View File
@@ -138,9 +138,6 @@ bool Device::open() {
return false;
}
if(i != 0)
std::cout << "Took " << i << " tries to get the serial number" << std::endl;
std::string currentSerial = getNeoDevice().serial;
if(currentSerial == SERIAL_FIND_ON_OPEN) {
strncpy(getWritableNeoDevice().serial, serial->deviceSerial.c_str(), sizeof(getNeoDevice().serial));