From 0a71525ab6d4fe4cbc4b33b4653bdb39ae4d55e9 Mon Sep 17 00:00:00 2001 From: Dalf Date: Sun, 28 Sep 2014 16:53:30 +0200 Subject: [enh] add infoboxes and answers (clean up) --- searx/search.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/search.py') 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 -- cgit v1.2.3-54-g00ecf