ffmpegframecache: removed unnecessary debug line

This commit is contained in:
itsmattkc
2020-02-24 02:01:21 +11:00
parent ff516b6202
commit 8f5a92af9c
-2
View File
@@ -88,8 +88,6 @@ Frame* FFmpegFrameCache::Get(const VideoRenderingParams &params)
}
}
qDebug() << "Nothing in frame pool existed, have to create new...";
// Otherwise we'll need to create one
Frame* f = new Frame();
f->set_width(params.width());