From: Steinar H. Gunderson Date: Tue, 30 Jun 2009 11:45:07 +0000 (+0200) Subject: Remove stray debugging code. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=1a510dfa9c7cf801e9189f3ed329ef29b3526d65;hp=a87e90cdd5ed56bc6bfa460a9b56f587a65bebd3 Remove stray debugging code. --- 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); }