summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-10-19 10:20:42 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-10-19 10:21:50 -0700
commit189c741ed1706207365007e4d960f5881269e30e (patch)
treea14713d9457299e6bdfac8ca61ce185b96c7bedd
parent73684317ea5b6f9d993256dd9aeff3af05ec10e5 (diff)
downloadansible-modules-core-189c741ed1706207365007e4d960f5881269e30e.tar.gz
Remove debugging
-rw-r--r--network/basics/uri.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/network/basics/uri.py b/network/basics/uri.py
index 0e4165da..6453a455 100644
--- a/network/basics/uri.py
+++ b/network/basics/uri.py
@@ -443,7 +443,6 @@ def main():
content_type, params = cgi.parse_header(uresp['content_type'])
if 'charset' in params:
content_encoding = params['charset']
- import q ; q.q(content_encoding)
u_content = unicode(content, content_encoding, errors='replace')
if content_type.startswith('application/json') or \
content_type.startswith('text/json'):