diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp index 8d7f772dd1..755efe4294 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp @@ -510,12 +510,6 @@ void RicWellPathExportMswCompletionsImpl::generateCompsegTable( endLength = endMD; } - if ( exportInfo.lengthAndDepthText() == QString( "INC" ) && completion->branchNumber() != 1 ) - { - startLength -= startMD; - endLength -= startMD; - } - if ( exportSubGridIntersections ) { formatter.add( intersection->gridName() );