mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Removed debug print
This commit is contained in:
parent
3a56a15b0d
commit
2ca53be3bf
1
peglib.h
1
peglib.h
@ -2977,7 +2977,6 @@ inline void HasEmptyElement::visit(Sequence &ope) {
|
|||||||
DetectInfiniteLoop vis(refs_);
|
DetectInfiniteLoop vis(refs_);
|
||||||
(*it)->accept(vis);
|
(*it)->accept(vis);
|
||||||
if (vis.has_error) {
|
if (vis.has_error) {
|
||||||
std::cout << "infinite loop!" << std::endl;
|
|
||||||
is_empty = true;
|
is_empty = true;
|
||||||
error_s = vis.error_s;
|
error_s = vis.error_s;
|
||||||
error_name = vis.error_name;
|
error_name = vis.error_name;
|
||||||
|
Loading…
Reference in New Issue
Block a user