Skip to content

Commit bf654a3

Browse files
committed
Dropped leftover debugging output
(which also happend to break Python 3 compatibility.)
1 parent b5ac5e0 commit bf654a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_pillar/known_hosts_salt_ssh.sls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def host_keys(minion_id):
9191
trusted_keys = host_keys_from_known_hosts(minion_id,
9292
config_dir()+'/known_hosts')
9393
if trusted_keys:
94-
print "trusted_keys"
9594
return trusted_keys
9695
# Get keys from host key cache
9796
cache_file = "{}/known_hosts_salt_ssh/{}.pub".format(cache_dir(), minion_id)

0 commit comments

Comments
 (0)