X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/c8843f3568d3bf8f1fab177fdd33742385e8504a..08d9836a894fad232049e2adc59c131bc6dc1aaf:/templates/main.py diff --git a/templates/main.py b/templates/main.py index 6f99990..ec1eca5 100755 --- a/templates/main.py +++ b/templates/main.py @@ -797,8 +797,6 @@ if __name__ == '__main__': u.email = 'nobody' connect('postgres://sipb-xen@sipb-xen-dev/sipb_xen') operation = os.environ.get('PATH_INFO', '') -# print 'Content-Type: text/plain\n' -# print operation if not operation: print "Status: 301 Moved Permanently" print 'Location: ' + os.environ['SCRIPT_NAME']+'/\n'