mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6072 Well Completions : Disable debug output
This commit is contained in:
parent
9d0ec6727c
commit
d5aca8801c
@ -171,6 +171,9 @@ std::vector<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::buildCon
|
||||
{
|
||||
WellPathCellIntersectionInfo extraIntersection;
|
||||
|
||||
bool showDebugInfo = false;
|
||||
if ( showDebugInfo )
|
||||
{
|
||||
QString ijkTextCurrent;
|
||||
{
|
||||
size_t i = 0, j = 0, k = 0;
|
||||
@ -202,6 +205,7 @@ std::vector<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::buildCon
|
||||
.arg( next.startMD );
|
||||
|
||||
RiaLogging::info( text );
|
||||
}
|
||||
|
||||
extraIntersection.globCellIndex = std::numeric_limits<size_t>::max();
|
||||
extraIntersection.startPoint = current.endPoint;
|
||||
|
Loading…
Reference in New Issue
Block a user