]> git.sesse.net Git - pr0n/commitdiff
Remove stray debugging code.
authorSteinar H. Gunderson <sesse@debian.org>
Tue, 30 Jun 2009 11:45:07 +0000 (13:45 +0200)
committerSteinar H. Gunderson <sesse@debian.org>
Tue, 30 Jun 2009 11:45:07 +0000 (13:45 +0200)
perl/Sesse/pr0n/Common.pm

index 60e9469d57e7ece412f228cd49f7fc61b6df3f0b..ebcf408a866db140b1db75540b1f36932d6cc7f5 100644 (file)
@@ -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);
        }