We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71357d8 commit 384d811Copy full SHA for 384d811
1 file changed
grape/automaton/loop_manager.py
@@ -118,7 +118,6 @@ def add_loops(
118
for new_args in itertools.product(*possibles):
119
if dst in new_args and (P, new_args) not in new_dfta.rules:
120
new_dfta.rules[(P, new_args)] = new_dst
121
- print("adding:", (P, new_args), new_dst)
122
max_varno += 1
123
new_dfta.refresh_reversed_rules()
124
i = 0
0 commit comments