mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove excessive debug logging of well centers.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user