renderprocessor: remove debug lines

This commit is contained in:
itsmattkc
2022-09-24 18:59:38 -07:00
parent 6ce920c5c8
commit f12553c80a
-5
View File
@@ -54,13 +54,8 @@ TexturePtr RenderProcessor::GenerateTexture(const rational &time, const rational
NodeValue tex_val = table.Get(NodeValue::kTexture);
QElapsedTimer t;
t.restart();
ResolveJobs(tex_val);
qDebug() << "Frame took" << t.elapsed();
return tex_val.toTexture();
}