]> git.ipfire.org Git - oddments/ddns.git/blobdiff - src/ddns/system.py
Add Namecheap as new provider.
[oddments/ddns.git] / 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.