From b1641ec48613a4bef851e63cfd4b6ea975510fc9 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 25 Apr 2016 14:34:27 -0400 Subject: [PATCH] Remove extraneous debug stuff from uri module left over from testing --- network/basics/uri.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/network/basics/uri.py b/network/basics/uri.py index f739377b015..1019c2a34c3 100644 --- a/network/basics/uri.py +++ b/network/basics/uri.py @@ -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: