mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-11 06:43:56 +00:00
[c-host] removed debug code
This commit is contained in:
parent
fc178b40bc
commit
39ac07bfde
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue