Skip to content

Commit

Permalink
Remove expression's not-yet-prepared warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 21, 2019
1 parent 8768989 commit 9280a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/expression/qgsexpression.cpp
Expand Up @@ -414,7 +414,6 @@ QVariant QgsExpression::evaluate( const QgsExpressionContext *context )

if ( ! d->mIsPrepared )
{
qWarning( "QgsExpression::evaluate() called on an expression not yet prepared !" );
prepare( context );
}
return d->mRootNode->eval( this, context );
Expand Down

0 comments on commit 9280a07

Please sign in to comment.