]> git.decadent.org.uk Git - maypole.git/commitdiff
removed reporting of normality.
authorMarcus Ramberg <mramberg@cpan.org>
Wed, 20 Oct 2004 18:58:38 +0000 (18:58 +0000)
committerMarcus Ramberg <mramberg@cpan.org>
Wed, 20 Oct 2004 18:58:38 +0000 (18:58 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@243 48953598-375a-da11-a14b-00016c27c3ee

lib/Maypole.pm

index f7699c3c259adc050d701d1a20d7a30be154aa46..5fd048eb354f5b891cc5bd6d87edfffff9925998 100644 (file)
@@ -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;