We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976015a commit 9197e1eCopy full SHA for 9197e1e
1 file changed
src/core/qgsmaprendererparalleljob.cpp
@@ -240,7 +240,6 @@ void QgsMapRendererParallelJob::renderLayerStatic( LayerRenderJob& job )
240
if ( log )
241
{
242
QgsMessageLog::logMessage( tr( "Layer %1 job started" ).arg( job.layerId ), tr( "Rendering" ) );
243
- Q_ASSERT( !running.contains( job.layerId ) );
244
running << job.layerId;
245
}
246
#endif
0 commit comments