From 8bb8a74a7f75ae41a0b6c7db57a36c1775d01ded Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Tue, 29 Nov 2011 17:20:29 +0100 Subject: [PATCH] [FIX] Useless line --- indico/web/wsgi/indico_wsgi_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/indico/web/wsgi/indico_wsgi_handler.py b/indico/web/wsgi/indico_wsgi_handler.py index b8c6b3489..1fd5c423e 100644 --- a/indico/web/wsgi/indico_wsgi_handler.py +++ b/indico/web/wsgi/indico_wsgi_handler.py @@ -74,7 +74,6 @@ def application(environ, start_response): req = SimulatedModPythonRequest(environ, start_response) if req.method == 'OPTIONS': - data = 'Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD' start_response("501 Not Implemented", [], None) return '' -- 2.11.4.GIT