Remove extraneous debug stuff from uri module left over from testing
This commit is contained in:
parent
84ee00bb42
commit
b1641ec486
1 changed files with 0 additions and 2 deletions
|
@ -451,10 +451,8 @@ def main():
|
||||||
js = json.loads(u_content)
|
js = json.loads(u_content)
|
||||||
uresp['json'] = js
|
uresp['json'] = js
|
||||||
except:
|
except:
|
||||||
module.fail_json(msg="bombed")
|
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
module.fail_json(msg="boo")
|
|
||||||
u_content = unicode(content, content_encoding, errors='replace')
|
u_content = unicode(content, content_encoding, errors='replace')
|
||||||
|
|
||||||
if resp['status'] not in status_code:
|
if resp['status'] not in status_code:
|
||||||
|
|
Loading…
Reference in a new issue