1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove errant debugging code

This should have never made it in.
This commit is contained in:
Jesse Keating 2013-04-27 15:13:59 -07:00
parent 670f59a458
commit 12e9a9c2e1

View file

@ -246,7 +246,6 @@ def main():
module.fail_json(msg = 'Unable to load %s' % e.message)
# setup the auth
sys.stderr.write('region is %s' % region)
try:
pyrax.set_credential_file(creds_file, region=region)
except Exception, e: