From f3d5e3943a860e3a511b45b22a34cee704a5e9b3 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Mon, 4 Oct 2021 18:25:17 -0700 Subject: [PATCH] Removed debugging print statement --- maps/php/MAPS.php | 1 - 1 file changed, 1 deletion(-) diff --git a/maps/php/MAPS.php b/maps/php/MAPS.php index 6f1a8ba..49d7ca4 100755 --- a/maps/php/MAPS.php +++ b/maps/php/MAPS.php @@ -110,7 +110,6 @@ function Login($userid, $password) { // Check if user exists $dbpassword = UserExists($userid); - print "dbpassword = $dbpassword
"; // Return -1 if user doesn't exist if ($dbpassword == -1) { -- 2.17.1