[mod] remove debug print

This commit is contained in:
Laurent Peuch 2018-01-03 19:22:10 +01:00
parent 8935817338
commit 28b44401f5

View file

@ -219,7 +219,6 @@ def dyndns_update(dyn_host="dyndns.yunohost.org", domain=None, key=None,
# this mean that hmac-md5 is used
if "+157" in key:
print "detecting md5 key"
key = _migrate_from_md5_tsig_to_sha512_tsig(key, domain, dyn_host)
host = domain.split('.')[1:]