Commit 12e9a9c2 by Jesse Keating

Remove errant debugging code

This should have never made it in.
parent 670f59a4
...@@ -246,7 +246,6 @@ def main(): ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment