summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/auth-keys-from-fas1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/auth-keys-from-fas b/scripts/auth-keys-from-fas
index f49c66cce..b288cc477 100755
--- a/scripts/auth-keys-from-fas
+++ b/scripts/auth-keys-from-fas
@@ -203,5 +203,4 @@ if __name__ == '__main__':
for user in sorted(ssh_keys.keys()):
for key in ssh_keys[user]:
- print '# %s' % user
print '%s%s' % (from_string, key)