Remove debug logging

This commit is contained in:
Benjamin Schaaf
2020-11-26 22:46:22 +11:00
parent dda7367368
commit e6deb1cfe7
2 changed files with 1 additions and 3 deletions

View File

@@ -351,7 +351,7 @@ void mp_process_pipeline_process_image(MPImage image)
{
// If we haven't processed the previous frame yet, drop this one
if (frames_received != frames_processed && !is_capturing) {
printf("Dropped frame at capture %d %d\n", frames_received, frames_processed);
printf("Dropped frame at capture\n");
return;
}