Dropped leftover debugging output

(which also happend to break Python 3 compatibility.)
This commit is contained in:
Alexander Weidinger 2019-04-09 12:38:42 +02:00
parent b5ac5e0b74
commit bf654a33c8
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ def host_keys(minion_id):
trusted_keys = host_keys_from_known_hosts(minion_id,
config_dir()+'/known_hosts')
if trusted_keys:
print "trusted_keys"
return trusted_keys
# Get keys from host key cache
cache_file = "{}/known_hosts_salt_ssh/{}.pub".format(cache_dir(), minion_id)