Skip to content

Commit

Permalink
Remove cryptic assert (was failing regularly; fixes #15418)
Browse files Browse the repository at this point in the history
(cherry picked from commit b1b439f)
  • Loading branch information
nyalldawson authored and jef-n committed Aug 10, 2016
1 parent 90e4134 commit 4122513
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/qgsrulebasedlabeling.cpp
Expand Up @@ -266,8 +266,6 @@ QgsRuleBasedLabeling::Rule::RegisterResult QgsRuleBasedLabeling::Rule::registerF

bool registered = false;

Q_ASSERT( !mSettings == subProviders.contains( this ) );

// do we have active subprovider for the rule?
if ( subProviders.contains( this ) && mIsActive )
{
Expand Down

0 comments on commit 4122513

Please sign in to comment.