From 80f663f02ccf079c9498b35ea393f3481cc590ed Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Thu, 22 Jun 2017 20:25:09 -0400 Subject: [PATCH] Remove stray print left in dknew.py --- dknewkey.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dknewkey.py b/dknewkey.py index d1ec227..ecb2d6c 100644 --- a/dknewkey.py +++ b/dknewkey.py @@ -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: