From: Marcus Ramberg Date: Thu, 21 Oct 2004 14:13:13 +0000 (+0000) Subject: oops X-Git-Tag: 2.10~110 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=9bc289043731419f48432f5b1bfcc8a8172f3fcd;hp=bda79f7dd44a9469d27680c1a677f75b1aff2207;p=maypole.git oops git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@252 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 13af171..5fd048e 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -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 ) {