removed debug

This commit is contained in:
JT Smith 2009-06-03 14:53:45 +00:00
parent 0cb3623d6f
commit bd0d09db5a

View file

@ -169,7 +169,6 @@ sub handler {
# handle basic auth
my $auth = $request->headers_in->{'Authorization'};
warn "auth: ".$auth;
if ($auth =~ m/^Basic/) { # machine oriented
# Get username and password from Apache and hand over to authen
$auth =~ s/Basic //;