mirror of
https://github.com/nqrduck/LimeDriver.git
synced 2024-11-21 17:42:25 +00:00
Removed debug output from device opening process
Eliminated a console output line that displayed the device being opened. This cleans up the user interface by preventing unnecessary information from cluttering the output, leading to a more streamlined user experience when opening a device.
This commit is contained in:
parent
3e8294c4f1
commit
c1525cb9e5
1 changed files with 0 additions and 2 deletions
|
@ -130,8 +130,6 @@ lms_device_t *openDevice(const std::string &info) {
|
|||
info_string = deviceList[0];
|
||||
}
|
||||
|
||||
cout << "Opening device: " << info_string << endl;
|
||||
|
||||
lms_device_t *dev = NULL;
|
||||
if (LMS_Open(&dev, info_string.c_str(), NULL)) {
|
||||
error();
|
||||
|
|
Loading…
Reference in a new issue