From ff850c42519d00c714d8e46d79cb7aa9a87d5e2f Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 3 Mar 2019 23:47:04 +1100 Subject: [PATCH] [c-host] remove testing code --- c-host/app.c | 1 - 1 file changed, 1 deletion(-) 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];