diff options
Diffstat (limited to 'searx/search.py')
| -rw-r--r-- | searx/search.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/search.py b/searx/search.py index 7eb605e11..f9157ef7e 100644 --- a/searx/search.py +++ b/searx/search.py @@ -76,7 +76,6 @@ def make_callback(engine_name, results, suggestions, answers, infoboxes, callbac # if it is an infobox, add it to list of infoboxes if 'infobox' in result: infoboxes.append(result) - print result continue # append result |