diff options
author | rinpatch <rinpatch@airmail.cc> | 2018-04-27 15:40:42 +0300 |
---|---|---|
committer | rinpatch <rinpatch@airmail.cc> | 2018-04-27 15:40:42 +0300 |
commit | f17e54a396a77f8668d227a41d37737aff340a84 (patch) | |
tree | 4d94cc7a215ff28de486a53d3b3f06454f47bd5b /searx/engines/acgsou.py | |
parent | dcc9fdb47fd16aa65216846dc52470ada016753c (diff) | |
download | searxng-f17e54a396a77f8668d227a41d37737aff340a84.tar.gz searxng-f17e54a396a77f8668d227a41d37737aff340a84.zip |
Forgot to remove print command used for debugging
Diffstat (limited to 'searx/engines/acgsou.py')
-rw-r--r-- | searx/engines/acgsou.py | 1 |
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 |