mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7022 Remove debug message when using default value in StimPlan model extraction.
This commit is contained in:
parent
4af309a53c
commit
cd340523cc
@ -196,10 +196,7 @@ bool RimStimPlanModelWellLogCalculator::calculate( RiaDefines::CurveProperty cur
|
||||
// use default value from the fracture model
|
||||
if ( !backupResAcc.notNull() || hasMissingValues( values ) )
|
||||
{
|
||||
RiaLogging::info( QString( "Using default value for %1" ).arg( eclipseResultDefinition.resultVariable() ) );
|
||||
|
||||
double defaultValue = stimPlanModel->getDefaultForMissingValue( curveProperty );
|
||||
|
||||
replaceMissingValues( values, defaultValue );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user