From: lekma Date: Mon, 22 Aug 2016 10:23:15 +0000 (+0200) Subject: [transcode]: remove confusing log line X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b19c3c2b7d12f93462a0e49975054ee64ddbcad;p=thirdparty%2Ftvheadend.git [transcode]: remove confusing log line --- diff --git a/src/transcoding/transcode/helpers.c b/src/transcoding/transcode/helpers.c index 57d2be638..510325659 100644 --- a/src/transcoding/transcode/helpers.c +++ b/src/transcoding/transcode/helpers.c @@ -71,7 +71,6 @@ tvh_context_helper_find(struct TVHContextHelpers *list, const AVCodec *codec) SLIST_FOREACH(helper, list, link) { if (helper->type == codec->type && helper->id == codec->id) { - tvhdebug(LS_TRANSCODE, "found helper for: %s", codec->name); return helper; } }