Revert "#6412 Hide experimental Stimplan features behind RESINSIGHT_DEVEL env var."

This reverts commit ae18dc8898.
This commit is contained in:
Kristian Bendiksen
2020-10-21 11:48:40 +02:00
parent f09dad2fb9
commit 9a1397ecbc
2 changed files with 7 additions and 22 deletions

View File

@@ -1451,10 +1451,7 @@ void RimProject::defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, Q
if ( mainPlotCollection->fractureModelPlotCollection() )
{
if ( RiaApplication::enableDevelopmentFeatures() )
{
itemCollection->add( mainPlotCollection->fractureModelPlotCollection() );
}
itemCollection->add( mainPlotCollection->fractureModelPlotCollection() );
}
}