mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-03 20:57:39 -06:00
Remove excessive debug logging of well centers.
This commit is contained in:
parent
ebeaa8088c
commit
3d0fa2e7c7
@ -229,9 +229,6 @@ cvf::cref<RigFractureGrid> RimEllipseFractureTemplate::createFractureGrid( doubl
|
||||
( cellPolygon[1].y() <= 0.0 && cellPolygon[2].y() >= 0.0 ) )
|
||||
{
|
||||
wellCenterFractureCellIJ = std::make_pair( fractureCell.getI(), fractureCell.getJ() );
|
||||
RiaLogging::debug(
|
||||
QString( "Setting wellCenterStimPlanCell at cell %1, %2" )
|
||||
.arg( QString::number( fractureCell.getI() ), QString::number( fractureCell.getJ() ) ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -464,11 +464,7 @@ cvf::cref<RigFractureGrid>
|
||||
{
|
||||
if ( cellPolygon[1].y() >= 0.0 && cellPolygon[2].y() <= 0.0 )
|
||||
{
|
||||
wellCenterStimPlanCellIJ = std::make_pair( stimPlanCell.getI(), stimPlanCell.getJ() );
|
||||
RiaLogging::debug(
|
||||
QString( "Setting wellCenterStimPlanCell at cell %1, %2" )
|
||||
.arg( QString::number( stimPlanCell.getI() ), QString::number( stimPlanCell.getJ() ) ) );
|
||||
|
||||
wellCenterStimPlanCellIJ = std::make_pair( stimPlanCell.getI(), stimPlanCell.getJ() );
|
||||
wellCenterStimPlanCellFound = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user