Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Jul 29, 2024
1 parent 37ba76a commit f6a5ecd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/metkit/mars/TypeParam.cc
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,10 @@ std::string Rule::lookup(const MarsExpandContext& ctx, const std::string & s, bo

ChainedContext c(ctx, *this);

std::cout << "############# bestMatch 1111111111111111111\n";
std::string paramid = metkit::mars::MarsLanguage::bestMatch(c, s, values_, false, false, mapping_);
if (!paramid.empty()) {
return paramid;
}
std::cout << "############# bestMatch 222222222222222222\n";
return metkit::mars::MarsLanguage::bestMatch(c, s, defaultValues_, fail, false, defaultMapping_);
}

Expand Down

0 comments on commit f6a5ecd

Please sign in to comment.