From f17e54a396a77f8668d227a41d37737aff340a84 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Fri, 27 Apr 2018 15:40:42 +0300 Subject: [PATCH] Forgot to remove print command used for debugging --- searx/engines/acgsou.py | 1 - 1 file changed, 1 deletion(-) diff --git a/searx/engines/acgsou.py b/searx/engines/acgsou.py index c1d8cccf..9cedeeec 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