mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove debug logging to stdout/stderr
This commit is contained in:
@@ -151,7 +151,7 @@ void RimFractureModelCurve::performDataExtraction( bool* isUsingPseudoLength )
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cerr << "RESULT ACCESSOR IS NULL" << std::endl;
|
||||
RiaLogging::error( QString( "No result found for %1" ).arg( m_eclipseResultDefinition()->resultVariable() ) );
|
||||
}
|
||||
|
||||
double overburdenHeight = m_fractureModel->overburdenHeight();
|
||||
|
||||
Reference in New Issue
Block a user