From 9bc289043731419f48432f5b1bfcc8a8172f3fcd Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Thu, 21 Oct 2004 14:13:13 +0000 Subject: [PATCH 1/1] oops git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@252 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 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 ) { -- 2.39.2