Skip to content

Commit 384d811

Browse files
committed
removed debug print
1 parent 71357d8 commit 384d811

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grape/automaton/loop_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def add_loops(
118118
for new_args in itertools.product(*possibles):
119119
if dst in new_args and (P, new_args) not in new_dfta.rules:
120120
new_dfta.rules[(P, new_args)] = new_dst
121-
print("adding:", (P, new_args), new_dst)
122121
max_varno += 1
123122
new_dfta.refresh_reversed_rules()
124123
i = 0

0 commit comments

Comments
 (0)