[svn:p5ee] r13649 - p5ee/trunk/App-Context/lib/App/Context

[email protected] Mon, 7 Dec 2009 13:02:35 -0800 (PST)
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Mon Dec  7 13:02:32 2009
New Revision: 13649

Modified:
   p5ee/trunk/App-Context/lib/App/Context/HTTP.pm

Log:
left print STDERR in

Modified: p5ee/trunk/App-Context/lib/App/Context/HTTP.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Context/HTTP.pm	(original)
+++ p5ee/trunk/App-Context/lib/App/Context/HTTP.pm	Mon Dec  7 13:02:32 2009
@@ -504,7 +504,6 @@
         my $options = $self->{options};
         my ($effective_user);
         my $authenticated = 0;
-print STDERR "$options->{app_auth_required}\n";
         if ($options->{app_auth_required}) {
             # Bypass Basic Authentication, /../..?u=username&p=password
             my $password = $self->so_get("default","p");