Remove errant debugging code
This should have never made it in.
This commit is contained in:
parent
8e158fae89
commit
648fd28dce
1 changed files with 0 additions and 1 deletions
1
rax
1
rax
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue