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

View File

@@ -183,9 +183,9 @@ void RimWellPath::readWellPathFile()
updateDate = updateDateTime.toString("d MMMM yyyy");
updateUser = jsonMap["updateUser"].toString();
printf("Read JSON file: well path name = %s\n filePath = %s\n",
/*printf("Read JSON file: well path name = %s\n filePath = %s\n",
name().toStdString().c_str(),
(const char*) filepath().toLocal8Bit());
(const char*) filepath().toLocal8Bit());*/
double datumElevation = jsonMap["datumElevation"].toDouble();