Merge pull request #960 from joakim-hove/rm-printf

Remove printf debug
This commit is contained in:
Atgeirr Flø Rasmussen 2019-08-19 12:34:50 +02:00 committed by GitHub
commit 079cb5fd0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1316,14 +1316,6 @@ namespace {
const auto& status_str = record.getItem( "STATUS" ).getTrimmedString( 0 );
const auto well_names = this->wellNames(wellNamePattern, currentStep, matching_wells);
printf("Running WELOPEN: matching_wells:");
for (const auto& w : matching_wells)
printf("%s ", w.c_str());
printf(" -> ");
for (const auto& w : well_names)
printf("%s ", w.c_str());
printf("\n");
if (well_names.empty())
invalidNamePattern( wellNamePattern, parseContext, errors, keyword);