From 53223835d21e158536dab569d5fe4c6ecea6d6ce Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 3 Apr 2020 12:43:55 -0700 Subject: search: remove debugging statement --- fatcat_covid19/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatcat_covid19/search.py b/fatcat_covid19/search.py index 08b6466..921520c 100644 --- a/fatcat_covid19/search.py +++ b/fatcat_covid19/search.py @@ -42,7 +42,7 @@ def do_search(index, request, limit=30, offset=0, deep_page_limit=2000): for k in highlights: r['_highlights'] += highlights[k] results.append(r) - print(json.dumps(results, indent=2)) + #print(json.dumps(results, indent=2)) for h in results: # Handle surrogate strings that elasticsearch returns sometimes, # probably due to mangled data processing in some pipeline. -- cgit v1.2.3