diff --git a/ApplicationLibCode/Commands/RicNewContourMapViewFeature.cpp b/ApplicationLibCode/Commands/RicNewContourMapViewFeature.cpp index c5b496630f..38efadedc4 100644 --- a/ApplicationLibCode/Commands/RicNewContourMapViewFeature.cpp +++ b/ApplicationLibCode/Commands/RicNewContourMapViewFeature.cpp @@ -273,14 +273,6 @@ RimEclipseContourMapView* RicNewContourMapViewFeature::createEclipseContourMapFr contourMap->synchronizeLocalAnnotationsFromGlobal(); - // Resolve references after contour map has been inserted into Rim structures - std::vector fieldsWithFailingResolve; - contourMap->resolveReferencesRecursively( &fieldsWithFailingResolve ); - - // TODO: Introduce the assert when code is stable - // If we have intersections on well paths, the resolving is now failing - // CVF_ASSERT(fieldsWithFailingResolve.empty()); - contourMap->initAfterReadRecursively(); eclipseCase->contourMapCollection()->updateConnectedEditors();