[c-host] remove testing code

This commit is contained in:
Geoffrey McRae 2019-03-03 23:47:04 +11:00
parent 20f8c92bb2
commit ff850c4251

View File

@ -86,7 +86,6 @@ static int frameThread(void * opaque)
{
if (!os_waitEvent(app.frameEvent) || !app.running)
break;
DEBUG_INFO("Frame");
CaptureFrame frame;
frame.data = app.frame[frameIndex];