]> git.ipfire.org Git - oddments/ddns.git/commitdiff
Remove debugging output.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jun 2014 17:58:06 +0000 (19:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jun 2014 17:58:06 +0000 (19:58 +0200)
src/ddns/system.py

index baa80a1d047d85d1470f1dd10e375ab8069ad82c..480e51abda540626a0fdf9cba4899ddddf53a0be 100644 (file)
@@ -113,7 +113,6 @@ class DDNSSystem(object):
 
                if username and password:
                        basic_auth_header = self._make_basic_auth_header(username, password)
-                       print repr(basic_auth_header)
                        req.add_header("Authorization", "Basic %s" % basic_auth_header)
 
                # Set the user agent.