mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
remove assertion (fixes #14360)
This commit is contained in:
parent
976015a38d
commit
9197e1ee79
@ -240,7 +240,6 @@ void QgsMapRendererParallelJob::renderLayerStatic( LayerRenderJob& job )
|
||||
if ( log )
|
||||
{
|
||||
QgsMessageLog::logMessage( tr( "Layer %1 job started" ).arg( job.layerId ), tr( "Rendering" ) );
|
||||
Q_ASSERT( !running.contains( job.layerId ) );
|
||||
running << job.layerId;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user