removed unnecessary debug lines

This commit is contained in:
itsmattkc
2021-04-27 10:08:13 +10:00
parent 52076b19fc
commit cd1d75c6fb
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -524,7 +524,6 @@ QVariant RenderProcessor::GetCachedTexture(const QByteArray& hash)
if (f) {
TexturePtr texture = render_ctx_->CreateTexture(f->video_params(), f->data(), f->linesize_pixels());
qDebug() << "Loaded mid-render frame from cache";
return QVariant::fromValue(texture);
}