Browse Source

Merge branch 'master' of github.com:asciimoo/searx

Adam Tauber 10 years ago
parent
commit
a288aa322e
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      searx/engines/bing_images.py

+ 0
- 2
searx/engines/bing_images.py View File

@@ -41,8 +41,6 @@ def request(query, params):
41 41
 
42 42
     params['url'] = base_url + search_path
43 43
 
44
-    print(params['url'])
45
-
46 44
     return params
47 45
 
48 46