Merge pull request #2678 from joakim-hove/remove-parser-output

Remove debug output from parser keyword generation
This commit is contained in:
Joakim Hove 2021-09-13 11:16:12 +02:00 committed by GitHub
commit e7aa8fda54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -994,9 +994,6 @@ void set_dimensions( ParserItem& item,
}
ss << '\n';
const auto& kw_size = this->getKeywordSize();
std::cout << kw_size.construct() << std::endl;
return ss.str();
}