[c-host] removed debug code

This commit is contained in:
Geoffrey McRae 2019-03-01 15:47:50 +11:00
parent fc178b40bc
commit 39ac07bfde

View File

@ -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;