summaryrefslogtreecommitdiff
path: root/paste/cgiapp.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-08-15 21:12:25 +0000
committerianb <devnull@localhost>2005-08-15 21:12:25 +0000
commita8be66ca70850ef038134685aa7568ae3816ae30 (patch)
tree9ef15651d89ff3cb69f29b156821221853ffee4a /paste/cgiapp.py
parent32574051da2c706f9d29780b72f42b8fb5a2302e (diff)
downloadpaste-a8be66ca70850ef038134685aa7568ae3816ae30.tar.gz
Removed debugging cruft
Diffstat (limited to 'paste/cgiapp.py')
-rw-r--r--paste/cgiapp.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/paste/cgiapp.py b/paste/cgiapp.py
index 631730f..c1f4c14 100644
--- a/paste/cgiapp.py
+++ b/paste/cgiapp.py
@@ -67,11 +67,6 @@ class CGIApplication(object):
if old:
old += '&'
cgi_environ['QUERY_STRING'] = old + self.query_string
- # Default status in CGI:
- status = '200 OK'
- headers = []
- import pprint
- pprint.pprint(cgi_environ)
proc = subprocess.Popen(
[self.script],
stdin=subprocess.PIPE,