From 394a29016df78833896c80704ca4a0355ae0aac3 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Sat, 12 Aug 2006 23:14:42 +0000 Subject: Remove debug output. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@321 19e92222-5c0b-0410-8929-a290d50e31e9 --- lib/mongrel/cgi.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/mongrel/cgi.rb') diff --git a/lib/mongrel/cgi.rb b/lib/mongrel/cgi.rb index b327def..a34c256 100644 --- a/lib/mongrel/cgi.rb +++ b/lib/mongrel/cgi.rb @@ -85,7 +85,6 @@ module Mongrel options.each{|k,v| @head[k] = v} end - STDERR.puts "HEADER: #{@head.inspect}" # doing this fakes out the cgi library to think the headers are empty # we then do the real headers in the out function call later "" @@ -133,7 +132,6 @@ module Mongrel header(options) - STDERR.puts "RAILS: #{options.inspect}, HEADER: #{@head.inspect}" @response.start status do |head, body| send_cookies(head) @@ -156,7 +154,6 @@ module Mongrel @status = stat || "200" end - STDERR.puts "STATUS: #{@status} from HEAD: #{@head["Status"]}" @status end -- cgit v1.2.3-24-ge0c7