Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Jan 13, 2023
1 parent 26e2f32 commit b46f2c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/matchedNodeElmReader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit b46f2c8

Please sign in to comment.