From: Michael Tremer Date: Tue, 17 Jun 2014 17:58:06 +0000 (+0200) Subject: Remove debugging output. X-Git-Tag: 001~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8e13520503fcb7793c18e08e74a830759ef8c68;p=ddns.git Remove debugging output. --- diff --git a/src/ddns/system.py b/src/ddns/system.py index baa80a1..480e51a 100644 --- a/src/ddns/system.py +++ b/src/ddns/system.py @@ -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.