From: Michael Tremer Date: Thu, 1 Dec 2016 15:51:22 +0000 (+0100) Subject: hub: Remove debugging line X-Git-Tag: 0.9.28~1285^2~1445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f92f98785898b896a5308bca770dae5daece36;p=pakfire.git hub: Remove debugging line Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/hub.py b/src/pakfire/hub.py index ca71dd254..c52ecad32 100644 --- a/src/pakfire/hub.py +++ b/src/pakfire/hub.py @@ -37,7 +37,6 @@ class Hub(object): def __init__(self, huburl, username, password): self.username = username self.password = password - print(huburl) # Initialise the HTTP client self.http = http.Client(baseurl=huburl)