Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Jun 28, 2017
1 parent 79932ec commit f5b98d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rho/clicommands.py
Expand Up @@ -245,7 +245,6 @@ def _create_ping_inventory(profile_ranges, profile_port, profile_auth_list,

auth_pass_or_key = ''

print (auth_item[3])
if (not auth_item[3] == '') and auth_item[3]:
auth_pass_or_key = '\nansible_ssh_pass=' + auth_item[3]
if (not auth_item[4] == '') and auth_item[4]:
Expand Down

0 comments on commit f5b98d4

Please sign in to comment.