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");

Reply via email to