From 47c6942dd4128b592b7de82b2fd388030880fca6 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 18 Jan 2019 20:51:05 +0100 Subject: Remove usless console print --- src/khanindexer.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/khanindexer.py') 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 -- cgit v1.2.1