mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved debug output regarding Well Log Extraction Curves to the Log Message window.
Also removed some debug output.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user