keep the comment as it is
[playground.git] / omf_keys / get_slice_pub_keys.py
index b40fcb5..fab0588 100755 (executable)
@@ -97,7 +97,8 @@ class Command(Thread):
         output = p.read().strip()
         if output:
             output = output.split('\n')[0] # only get the first line
-            output = change_key_comment(output, host)
+# keep the comment for the keys
+#            output = change_key_comment(output, host)
             return output
         return None