Removed debug print

This commit is contained in:
yhirose 2022-06-07 20:57:19 -04:00
parent 3a56a15b0d
commit 2ca53be3bf

View File

@ -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;