remove offscreen surface log spam

This commit is contained in:
Brad Hefta-Gaub 2016-12-19 14:50:28 -08:00
parent c0d7c06d4a
commit a4d36008c3

View file

@ -609,7 +609,6 @@ QObject* OffscreenQmlSurface::finishQmlLoad(std::function<void(QQmlContext*, QOb
} }
void OffscreenQmlSurface::updateQuick() { void OffscreenQmlSurface::updateQuick() {
offscreenTextures.report();
// If we're // If we're
// a) not set up // a) not set up
// b) already rendering a frame // b) already rendering a frame