diff --git a/test/matchedNodeElmReader.cc b/test/matchedNodeElmReader.cc index 90022a4b1..e803419aa 100644 --- a/test/matchedNodeElmReader.cc +++ b/test/matchedNodeElmReader.cc @@ -675,8 +675,6 @@ bool seekPart(std::ifstream& f, const std::string& marker) { std::string line; while (std::getline(f, line)) { if (std::regex_match(line,partId)) { - std::cerr << "string object matched " << line << "\n"; - std::cerr << "found marker " << marker << "!\n"; return true; } }