From: Marcus Ramberg Date: Wed, 20 Oct 2004 18:58:38 +0000 (+0000) Subject: removed reporting of normality. X-Git-Tag: 2.10~119 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=cf5ac8163a2d65b0e9e95dbc74b6bbe5d23b5f32;p=maypole.git removed reporting of normality. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@243 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/lib/Maypole.pm b/lib/Maypole.pm index f7699c3..5fd048e 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -62,7 +62,6 @@ sub handler { my $r = bless { config => $class->config }, $class; $r->get_request($req); $r->parse_location(); - warn "Request path: $r->{path}" if $r->debug; my $status = $r->handler_guts(); return $status unless $status == OK; $r->send_output;