Skip to content

Commit b1b439f

Browse files
committed
Remove cryptic assert (was failing regularly)
1 parent eacca44 commit b1b439f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/qgsrulebasedlabeling.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ QgsRuleBasedLabeling::Rule::RegisterResult QgsRuleBasedLabeling::Rule::registerF
266266

267267
bool registered = false;
268268

269-
Q_ASSERT( !mSettings == subProviders.contains( this ) );
270-
271269
// do we have active subprovider for the rule?
272270
if ( subProviders.contains( this ) && mIsActive )
273271
{

0 commit comments

Comments
 (0)