mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Remove errant debugging code
This should have never made it in.
This commit is contained in:
@@ -246,7 +246,6 @@ def main():
|
|||||||
module.fail_json(msg = 'Unable to load %s' % e.message)
|
module.fail_json(msg = 'Unable to load %s' % e.message)
|
||||||
|
|
||||||
# setup the auth
|
# setup the auth
|
||||||
sys.stderr.write('region is %s' % region)
|
|
||||||
try:
|
try:
|
||||||
pyrax.set_credential_file(creds_file, region=region)
|
pyrax.set_credential_file(creds_file, region=region)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
|||||||
Reference in New Issue
Block a user