Removed debug print

pull/219/head
yhirose 2 years ago
parent 3a56a15b0d
commit 2ca53be3bf
  1. 1
      peglib.h

@ -2977,7 +2977,6 @@ inline void HasEmptyElement::visit(Sequence &ope) {
DetectInfiniteLoop vis(refs_);
(*it)->accept(vis);
if (vis.has_error) {
std::cout << "infinite loop!" << std::endl;
is_empty = true;
error_s = vis.error_s;
error_name = vis.error_name;

Loading…
Cancel
Save