From: Mike Taylor Date: Wed, 26 Jun 2013 13:04:20 +0000 (+0200) Subject: Remove extraneous debugging output. X-Git-Tag: 0.9.1~481 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=78e6cfcb7f60a54b43e6d97a57e882363f49c42b Remove extraneous debugging output. --- diff --git a/etc/mod_perl/MyApache2/CopyCookie.pm b/etc/mod_perl/MyApache2/CopyCookie.pm index 10b1b10..3e29647 100644 --- a/etc/mod_perl/MyApache2/CopyCookie.pm +++ b/etc/mod_perl/MyApache2/CopyCookie.pm @@ -10,7 +10,6 @@ use constant BUFF_LEN => 1024; sub handler { my $f = shift; - warn "in MyApache2::CopyCookie (f=$f)"; # If the server generated a new cookie, make it available in a # header other than the magic "Cookie" that clients can't read.