Remove debug output from parser keyword generation

This commit is contained in:
Joakim Hove 2021-09-13 10:46:37 +02:00
parent 08e22740d8
commit c61e3adb86

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();
}