From 78e6cfcb7f60a54b43e6d97a57e882363f49c42b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Jun 2013 15:04:20 +0200 Subject: [PATCH] Remove extraneous debugging output. --- etc/mod_perl/MyApache2/CopyCookie.pm | 1 - 1 file changed, 1 deletion(-) 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. -- 1.7.10.4