#6072 Well Completions : Disable debug output

This commit is contained in:
Magne Sjaastad 2020-06-15 16:18:45 +02:00
parent 9d0ec6727c
commit d5aca8801c

View File

@ -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;