summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorrinpatch <rinpatch@airmail.cc>2018-04-27 15:40:42 +0300
committerrinpatch <rinpatch@airmail.cc>2018-04-27 15:40:42 +0300
commitf17e54a396a77f8668d227a41d37737aff340a84 (patch)
tree4d94cc7a215ff28de486a53d3b3f06454f47bd5b /searx
parentdcc9fdb47fd16aa65216846dc52470ada016753c (diff)
downloadsearxng-f17e54a396a77f8668d227a41d37737aff340a84.tar.gz
searxng-f17e54a396a77f8668d227a41d37737aff340a84.zip
Forgot to remove print command used for debugging
Diffstat (limited to 'searx')
-rw-r--r--searx/engines/acgsou.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/acgsou.py b/searx/engines/acgsou.py
index c1d8cccfa..9cedeeecf 100644
--- a/searx/engines/acgsou.py
+++ b/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