diff --git a/c-host/app.c b/c-host/app.c index 58fcb0ec..f14c783d 100644 --- a/c-host/app.c +++ b/c-host/app.c @@ -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];