mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Removed debug output
p4#: 21887
This commit is contained in:
@@ -144,7 +144,7 @@ void RimWellPathCollection::addWellPaths( QStringList filePaths )
|
||||
QString s2 = f2.fileName();
|
||||
if (s1 == s2)
|
||||
{
|
||||
printf("Attempting to open well path JSON file that is already open:\n %s\n", (const char*) filePath.toLocal8Bit());
|
||||
//printf("Attempting to open well path JSON file that is already open:\n %s\n", (const char*) filePath.toLocal8Bit());
|
||||
alreadyOpen = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user