Remove debug logging to stdout/stderr

This commit is contained in:
Kristian Bendiksen
2020-06-30 22:53:59 +02:00
parent 6bda75b38e
commit 9ab2a4d279
2 changed files with 1 additions and 12 deletions

View File

@@ -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();