Remove stray print left in dknew.py

This commit is contained in:
Scott Kitterman
2017-06-22 20:25:09 -04:00
parent d7eb35c22c
commit 80f663f02c
-1
View File
@@ -63,7 +63,6 @@ def ExtractDnsPublicKey(private_key_file, dns_file, key_type='rsa', alg='sha256'
dns_fp = open(dns_file, "w+")
print >> sys.stderr, 'writing ' + dns_file
if key_type == 'rsafp':
print 'public key being hashed:' + output
alg = False
output = base64.b64encode(hashlib.sha256(output).digest())
if alg: