From 87c12b0bb42be3985d0d24964670d0f246fec47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sat, 3 Feb 2024 17:16:44 +0100 Subject: [PATCH] remove debug print --- lib/account.php | 1 - 1 file changed, 1 deletion(-) 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;