diff --git a/lib/cyberman/Auth.pm b/lib/cyberman/Auth.pm index 797cad7..f16d2bb 100644 --- a/lib/cyberman/Auth.pm +++ b/lib/cyberman/Auth.pm @@ -80,7 +80,6 @@ post '/login' => sub { if (scalar(keys(%errs)) == 0) { my ($hash, $salt) = hash_password(param("password"), $user->{"salt"}); - warn $hash; $errs{"e_pass"} = 1 unless $hash eq $user->{"password"}; }