From cf5ac8163a2d65b0e9e95dbc74b6bbe5d23b5f32 Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Wed, 20 Oct 2004 18:58:38 +0000 Subject: [PATCH] removed reporting of normality. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@243 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole.pm | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2