mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[c-host] removed debug code
This commit is contained in:
parent
fc178b40bc
commit
39ac07bfde
@ -204,7 +204,7 @@ int app_main(bool * termSignal)
|
||||
goto finish;
|
||||
}
|
||||
|
||||
if (true || !iface->deinit() || !iface->init())
|
||||
if (!iface->deinit() || !iface->init())
|
||||
{
|
||||
DEBUG_ERROR("Failed to reinitialize the capture device");
|
||||
exitcode = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user