We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2861fc7 commit b43492aCopy full SHA for b43492a
queries/abstract/selection_query.py
@@ -44,7 +44,6 @@ def _backward_result(self,result,alternatives,build,individually = False):
44
if build and build[0]:
45
m = build[2]
46
atok = build[1]
47
- print("\n\n",self,result,alternatives,build,individually)
48
if individually:
49
result = [m.backward(get_source_region(atok, x)) if x else None for x in result]
50
else:
0 commit comments