Remove rogue debug line

This commit is contained in:
Al Beano 2017-08-12 14:07:00 +01:00
parent 2056412910
commit 35560ad554
1 changed files with 0 additions and 1 deletions

View File

@ -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"};
}