From 1a510dfa9c7cf801e9189f3ed329ef29b3526d65 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 30 Jun 2009 13:45:07 +0200 Subject: [PATCH 1/1] Remove stray debugging code. --- perl/Sesse/pr0n/Common.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perl/Sesse/pr0n/Common.pm b/perl/Sesse/pr0n/Common.pm index 60e9469..ebcf408 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -322,7 +322,6 @@ sub check_access { output_401($r); return undef; } - $r->log->warn("Auth: $auth"); if ($auth =~ /^Basic ([a-zA-Z0-9+\/]+=*)$/) { return check_basic_auth($r, $1); } -- 2.39.2