Browse Source

Forgot to remove print command used for debugging

rinpatch 6 years ago
parent
commit
f17e54a396
No account linked to committer's email
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      searx/engines/acgsou.py

+ 0
- 1
searx/engines/acgsou.py View File

38
 def response(resp):
38
 def response(resp):
39
     results = []
39
     results = []
40
     dom = html.fromstring(resp.text)
40
     dom = html.fromstring(resp.text)
41
-    print(resp.text)
42
     for result in dom.xpath(xpath_results):
41
     for result in dom.xpath(xpath_results):
43
         # defaults
42
         # defaults
44
         filesize = 0
43
         filesize = 0