Browse Source

Forgot to remove print command used for debugging

rinpatch 7 years ago
parent
commit
f17e54a396
1 changed files with 0 additions and 1 deletions
  1. 0 1
      searx/engines/acgsou.py

+ 0 - 1
searx/engines/acgsou.py

@@ -38,7 +38,6 @@ def request(query, params):
 def response(resp):
     results = []
     dom = html.fromstring(resp.text)
-    print(resp.text)
     for result in dom.xpath(xpath_results):
         # defaults
         filesize = 0