mirror of
https://github.com/searxng/searxng.git
synced 2024-11-14 14:11:05 +00:00
[fix] remove debug print
This commit is contained in:
parent
baca55c94e
commit
822aee94a2
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue