Skip to content

Commit 9197e1e

Browse files
committed
remove assertion (fixes #14360)
1 parent 976015a commit 9197e1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/qgsmaprendererparalleljob.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ void QgsMapRendererParallelJob::renderLayerStatic( LayerRenderJob& job )
240240
if ( log )
241241
{
242242
QgsMessageLog::logMessage( tr( "Layer %1 job started" ).arg( job.layerId ), tr( "Rendering" ) );
243-
Q_ASSERT( !running.contains( job.layerId ) );
244243
running << job.layerId;
245244
}
246245
#endif

0 commit comments

Comments
 (0)