aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/gentoostats/search.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/gentoostats/search.py b/client/gentoostats/search.py
index 165733e..4bb040b 100644
--- a/client/gentoostats/search.py
+++ b/client/gentoostats/search.py
@@ -29,8 +29,6 @@ def search(args):
url_extra += ('?', '&')[bool(url_extra)] + 'min_hosts=' + str(args.min_hosts) if args.min_hosts else ''
url_extra += ('?', '&')[bool(url_extra)] + 'max_hosts=' + str(args.max_hosts) if args.max_hosts else ''
- print args.server + args.url + url_base + url_extra
-
get_data = utils.GET(server = args.server, url = args.url + url_base + url_extra, headers = utils.headers)
data = utils.deserialize(get_data)