From a1ab2f7ceb0fabdc9f1d7ac7f4060c13a5cb4bb6 Mon Sep 17 00:00:00 2001
From: simon987 <me@simon987.net>
Date: Sat, 18 Jul 2020 20:54:39 -0400
Subject: [PATCH] Remove printf that was left accidentally

---
 libscan/media/media.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libscan/media/media.c b/libscan/media/media.c
index fc37e24..084a9e3 100644
--- a/libscan/media/media.c
+++ b/libscan/media/media.c
@@ -489,7 +489,6 @@ void parse_media_vfile(scan_media_ctx_t *ctx, struct vfile *f, document_t *doc)
         avio_context_free(&io_ctx);
         avformat_close_input(&pFormatCtx);
         avformat_free_context(pFormatCtx);
-        printf("%s\n", av_err2str(res));
         return;
     }