diff options
author | Dalf <alex@al-f.net> | 2014-09-28 16:53:30 +0200 |
---|---|---|
committer | dalf <alex@al-f.net> | 2014-10-01 22:17:35 +0200 |
commit | 0a71525ab6d4fe4cbc4b33b4653bdb39ae4d55e9 (patch) | |
tree | e0d18119b90db93939b16d6f811ce2b7d161c173 /searx/search.py | |
parent | 6bfd5663539052a64c984f5bdb7135d0d652c923 (diff) | |
download | searxng-0a71525ab6d4fe4cbc4b33b4653bdb39ae4d55e9.tar.gz searxng-0a71525ab6d4fe4cbc4b33b4653bdb39ae4d55e9.zip |
[enh] add infoboxes and answers (clean up)
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 |