aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller/user.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CatDap/Controller/user.pm')
-rw-r--r--lib/CatDap/Controller/user.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CatDap/Controller/user.pm b/lib/CatDap/Controller/user.pm
index 41fe412..0603217 100644
--- a/lib/CatDap/Controller/user.pm
+++ b/lib/CatDap/Controller/user.pm
@@ -46,7 +46,6 @@ sub auto : Private {
my $mesg;
my $dn;
my $keyprefix = sprintf("%02x%02x%02x",split /\./,$c->req->address);
- $c->log->info("Using $keyprefix as first part of enc key");
if (! defined $c->user) {
$c->log->info("No session, logging user in");
if (! $c->authenticate({ username => $c->req->param('username'),