mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed debug output
p4#: 21887
This commit is contained in:
@@ -309,7 +309,7 @@ bool RiaApplication::loadProject(const QString& projectFileName)
|
||||
if (oilField == NULL) continue;
|
||||
if (oilField->wellPathCollection == NULL)
|
||||
{
|
||||
printf("Create well path collection for oil field %i in loadProject.\n", oilFieldIdx);
|
||||
//printf("Create well path collection for oil field %i in loadProject.\n", oilFieldIdx);
|
||||
oilField->wellPathCollection = new RimWellPathCollection();
|
||||
oilField->wellPathCollection->setProject(m_project);
|
||||
}
|
||||
@@ -367,7 +367,7 @@ void RiaApplication::addWellPathsToModel(QList<QString> wellPathFilePaths)
|
||||
|
||||
if (oilField->wellPathCollection == NULL)
|
||||
{
|
||||
printf("Create well path collection.\n");
|
||||
//printf("Create well path collection.\n");
|
||||
oilField->wellPathCollection = new RimWellPathCollection();
|
||||
oilField->wellPathCollection->setProject(m_project);
|
||||
RiuMainWindow::instance()->uiPdmModel()->updateUiSubTree(m_project);
|
||||
|
||||
Reference in New Issue
Block a user