diff --git a/lib/account.php b/lib/account.php index d9122b4..bebe651 100644 --- a/lib/account.php +++ b/lib/account.php @@ -108,7 +108,6 @@ function doLogin($email, $password): array $stmt->fetch(); $stmt->close(); - echo "user found"; if (password_verify($password, $password_hash)) { $found = true;