Remove extraneous debugging output.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 13:04:20 +0000 (15:04 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 13:04:20 +0000 (15:04 +0200)
etc/mod_perl/MyApache2/CopyCookie.pm

index 10b1b10..3e29647 100644 (file)
@@ -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.