]> git.decadent.org.uk Git - maypole.git/commitdiff
oops
authorMarcus Ramberg <mramberg@cpan.org>
Thu, 21 Oct 2004 14:13:13 +0000 (14:13 +0000)
committerMarcus Ramberg <mramberg@cpan.org>
Thu, 21 Oct 2004 14:13:13 +0000 (14:13 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@252 48953598-375a-da11-a14b-00016c27c3ee

lib/Maypole.pm

index 13af1719bbb4954de5a005e017072d8dce7caed1..5fd048eb354f5b891cc5bd6d87edfffff9925998 100644 (file)
@@ -84,7 +84,6 @@ sub handler_guts {
     # We authenticate every request, needed for proper session management
     my $status;
     eval { $status = $r->call_authenticate };
-    warn "No return value from authenticate" unless $status;
     if ( my $error = $@ ) {
         $status = $r->call_exception($error);
         if ( $status != OK ) {