Skip to content

Commit b43492a

Browse files
committed
minor cleanup
1 parent 2861fc7 commit b43492a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

queries/abstract/selection_query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def _backward_result(self,result,alternatives,build,individually = False):
4444
if build and build[0]:
4545
m = build[2]
4646
atok = build[1]
47-
print("\n\n",self,result,alternatives,build,individually)
4847
if individually:
4948
result = [m.backward(get_source_region(atok, x)) if x else None for x in result]
5049
else:

0 commit comments

Comments
 (0)