]> git.ipfire.org Git - pakfire.git/commitdiff
hub: Remove debugging line
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2016 15:51:22 +0000 (16:51 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2016 15:51:22 +0000 (16:51 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/hub.py

index ca71dd254c9267d0e55bc9e15db012d25f8b5bad..c52ecad3222859c557c9f04de9e1f5239693f5f4 100644 (file)
@@ -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)