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
parent 84ee00bb42
commit b1641ec486

View file

@ -451,10 +451,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: