diff --git a/library/rax b/library/rax index 259f62a5a82..754b3751c46 100644 --- a/library/rax +++ b/library/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: