diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-18 20:51:05 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-18 20:51:05 +0100 |
commit | 47c6942dd4128b592b7de82b2fd388030880fca6 (patch) | |
tree | 74ea0f52216cf7902ec84a6b73b53731df6f9ede | |
parent | 1d34b31dff235df465982dfd83b7f0c176d6711f (diff) | |
download | ryzomcore_searx-47c6942dd4128b592b7de82b2fd388030880fca6.tar.xz ryzomcore_searx-47c6942dd4128b592b7de82b2fd388030880fca6.zip |
Remove usless console print
-rw-r--r-- | src/khanindexer.py | 1 |
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 |