mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove debugging
This commit is contained in:
parent
931fa9b6b2
commit
d5f3ac2a1d
1 changed files with 0 additions and 1 deletions
|
@ -472,7 +472,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'):
|
||||
|
|
Loading…
Reference in a new issue