Moved debug output regarding Well Log Extraction Curves to the Log Message window.

Also removed some debug output.
This commit is contained in:
Jacob Støren
2017-04-27 14:14:06 +02:00
parent 0c07493dc1
commit 67e652713f
4 changed files with 6 additions and 5 deletions

View File

@@ -240,7 +240,7 @@ void RigMainGrid::calculateFaults(const RigActiveCellInfo* activeCellInfo)
if (hasFaultWithName(RimDefines::undefinedGridFaultName())
&& hasFaultWithName(RimDefines::undefinedGridFaultWithInactiveName()))
{
RiaLogging::debug(QString("Calculate faults already run for grid."));
//RiaLogging::debug(QString("Calculate faults already run for grid."));
return;
}
m_faultsPrCellAcc = new RigFaultsPrCellAccumulator(m_cells.size());