Skip to content

Commit 9280a07

Browse files
committedFeb 21, 2019
Remove expression's not-yet-prepared warning
1 parent 8768989 commit 9280a07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/expression/qgsexpression.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ QVariant QgsExpression::evaluate( const QgsExpressionContext *context )
414414

415415
if ( ! d->mIsPrepared )
416416
{
417-
qWarning( "QgsExpression::evaluate() called on an expression not yet prepared !" );
418417
prepare( context );
419418
}
420419
return d->mRootNode->eval( this, context );

0 commit comments

Comments
 (0)
Please sign in to comment.