diff options
-rw-r--r-- | cloudinit/CloudConfig/cc_ssh_import_id.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/CloudConfig/cc_ssh_import_id.py b/cloudinit/CloudConfig/cc_ssh_import_id.py index cd7202ef..dd4d3184 100644 --- a/cloudinit/CloudConfig/cc_ssh_import_id.py +++ b/cloudinit/CloudConfig/cc_ssh_import_id.py @@ -29,7 +29,6 @@ def handle(name,cfg,cloud,log,args): user = util.get_cfg_option_str(cfg,"user","ubuntu") ids = util.get_cfg_option_list_or_str(cfg,"ssh_import_id",[]) - log.warn("here, args = %s. user = %s ids = %s" % ( args, user, ids )) if len(ids) == 0: return cmd = [ "sudo", "-Hu", user, "ssh-import-lp-id" ] + ids |