2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-28 11:57:37 +00:00

Remove exploration output

This commit is contained in:
Jarrod Johnson 2013-09-14 10:27:13 -04:00
parent d7db7041b2
commit e9c6c549cb

View File

@ -92,7 +92,6 @@ def resourcehandler(env, start_response):
if 'CONTENT_LENGTH' in env and int(env['CONTENT_LENGTH']) > 0:
reqbody = env['wsgi.input'].read(int(env['CONTENT_LENGTH']))
reqtype = env['CONTENT_TYPE']
print env
if authorized['code'] == 401:
start_response('401 Authentication Required',
[('Content-type', 'text/plain'),