Remove extraneous debug stuff from uri module left over from testing

This commit is contained in:
James Cammarata 2016-04-25 14:34:27 -04:00 committed by Matt Clay
parent 50cd8b0aa5
commit 124c4b94c1

View file

@ -450,10 +450,8 @@ def main():
js = json.loads(u_content)
uresp['json'] = js
except:
module.fail_json(msg="bombed")
pass
else:
module.fail_json(msg="boo")
u_content = unicode(content, content_encoding, errors='replace')
if resp['status'] not in status_code: