aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-18 20:51:05 +0100
committerneodarz <neodarz@neodarz.net>2019-01-18 20:51:05 +0100
commit47c6942dd4128b592b7de82b2fd388030880fca6 (patch)
tree74ea0f52216cf7902ec84a6b73b53731df6f9ede
parent1d34b31dff235df465982dfd83b7f0c176d6711f (diff)
downloadryzomcore_searx-47c6942dd4128b592b7de82b2fd388030880fca6.tar.xz
ryzomcore_searx-47c6942dd4128b592b7de82b2fd388030880fca6.zip
Remove usless console print
-rw-r--r--src/khanindexer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/khanindexer.py b/src/khanindexer.py
index 6ed4757..05a5602 100644
--- a/src/khanindexer.py
+++ b/src/khanindexer.py
@@ -26,7 +26,6 @@ def request(query, params):
params['url'] = base_url +\
search_url.format(query=urlencode({'search': query}))
- print(params['url'])
return params