From bd0d09db5a1e1d13a9975e555b2aa240cd705743 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 3 Jun 2009 14:53:45 +0000 Subject: [PATCH] removed debug --- lib/WebGUI.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index e457c6421..5f9578c56 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -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 //;