From 35560ad554c629248c728bae429fd0324cac18af Mon Sep 17 00:00:00 2001 From: Al Beano Date: Sat, 12 Aug 2017 14:07:00 +0100 Subject: [PATCH] Remove rogue debug line --- lib/cyberman/Auth.pm | 1 - 1 file changed, 1 deletion(-) 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"}; }