diff options
author | Adam Tauber <asciimoo@gmail.com> | 2020-03-16 00:22:38 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2020-03-16 00:22:38 +0100 |
commit | 822aee94a2e50923252faf7ae11b4b03017c1a1a (patch) | |
tree | 087f74001e85169865663e517a6b0dc7a471baec | |
parent | baca55c94e002abbdeb428b31ab92f558195adda (diff) | |
download | searxng-822aee94a2e50923252faf7ae11b4b03017c1a1a.tar.gz searxng-822aee94a2e50923252faf7ae11b4b03017c1a1a.zip |
[fix] remove debug print
-rw-r--r-- | searx/webapp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index cfb552514..b3928921e 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -650,7 +650,6 @@ def index(): response.headers.add('Content-Disposition', cont_disp) return response elif output_format == 'rss': - print(results) response_rss = render( 'opensearch_response_rss.xml', results=results, |