summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/fetch-ssh-keys.v23
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/fetch-ssh-keys.v2 b/scripts/fetch-ssh-keys.v2
index 79b71d633..4b8280af4 100755
--- a/scripts/fetch-ssh-keys.v2
+++ b/scripts/fetch-ssh-keys.v2
@@ -110,8 +110,5 @@ if __name__ == '__main__':
cli.run()
- for host in cb.unreachable:
- sys.stderr.write('unreachable: %s\n' % host)
-
for host in sorted(cb.sshhostkeys.items()):
print "{names} {key} {comment}".format(comment=host[0],**host[1])