projects
/
maypole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bda79f7
)
oops
author
Marcus Ramberg
<mramberg@cpan.org>
Thu, 21 Oct 2004 14:13:13 +0000
(14:13 +0000)
committer
Marcus 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
patch
|
blob
|
history
diff --git
a/lib/Maypole.pm
b/lib/Maypole.pm
index 13af1719bbb4954de5a005e017072d8dce7caed1..5fd048eb354f5b891cc5bd6d87edfffff9925998 100644
(file)
--- 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 ) {