mirror of https://github.com/searxng/searxng.git
[fix] print removed
This commit is contained in:
parent
35ddbecd74
commit
24401c0e16
|
@ -46,7 +46,6 @@ def request(query, params):
|
|||
|
||||
if len(format_strings) > 1:
|
||||
string_args['language'] = language
|
||||
print search_url.format(**string_args)
|
||||
|
||||
# write search-language back to params, required in response
|
||||
params['language'] = language
|
||||
|
|
Loading…
Reference in New Issue