From: Andrew DeFaria Date: Tue, 5 Oct 2021 01:25:17 +0000 (-0700) Subject: Removed debugging print statement X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=f3d5e3943a860e3a511b45b22a34cee704a5e9b3;p=clearscm.git Removed debugging print statement --- 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) {