Explorar el Código

[fix] print removed

Adam Tauber hace 10 años
padre
commit
24401c0e16
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      searx/engines/mediawiki.py

+ 0
- 1
searx/engines/mediawiki.py Ver fichero

@@ -46,7 +46,6 @@ def request(query, params):
46 46
 
47 47
     if len(format_strings) > 1:
48 48
         string_args['language'] = language
49
-    print search_url.format(**string_args)
50 49
 
51 50
     # write search-language back to params, required in response
52 51
     params['language'] = language