Removed debug output

p4#: 21887
This commit is contained in:
Jacob Støren
2013-06-12 10:52:46 +02:00
parent a9d2baf117
commit 03ad142261
7 changed files with 17 additions and 15 deletions
@@ -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;
}