Skip to content

Commit 013ff57

Browse files
committed
Remove expression's not-yet-prepared warning
1 parent 31adb15 commit 013ff57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/expression/qgsexpression.cpp

-1
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)