forgotten debug code removed

This commit is contained in:
Uwe Rathmann 2021-12-13 16:53:18 +01:00
parent 738de14d4c
commit b76d96bb2e

View File

@ -98,8 +98,6 @@ static uint qskCreateTextureRaster( QQuickWindow* window,
painter.scale( ratio, ratio ); painter.scale( ratio, ratio );
helper->paint( &painter, size ); helper->paint( &painter, size );
image.save( "/tmp/xx.png" );
} }
const auto target = QOpenGLTexture::Target2D; const auto target = QOpenGLTexture::Target2D;