Remove extraneous debug stuff from uri module left over from testing
This commit is contained in:
parent
50cd8b0aa5
commit
124c4b94c1
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue