aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller/user.pm
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2010-10-28 10:59:32 +0000
committerBuchan Milne <buchan@mageia.org>2010-10-28 10:59:32 +0000
commit8634efae41f85cd8bf7560a3f12f6474f835cfe1 (patch)
tree7c2c14974481836c36d9776d7c9da12013daec20 /lib/CatDap/Controller/user.pm
parent45f7611e07bdf606b93040b2a075fd72759d44e0 (diff)
downloadidentity-8634efae41f85cd8bf7560a3f12f6474f835cfe1.tar
identity-8634efae41f85cd8bf7560a3f12f6474f835cfe1.tar.gz
identity-8634efae41f85cd8bf7560a3f12f6474f835cfe1.tar.bz2
identity-8634efae41f85cd8bf7560a3f12f6474f835cfe1.tar.xz
identity-8634efae41f85cd8bf7560a3f12f6474f835cfe1.zip
Add more useful logging, remove some more debug logging
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'),