Removed debugging print statement
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 5 Oct 2021 01:25:17 +0000 (18:25 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 5 Oct 2021 01:25:17 +0000 (18:25 -0700)
maps/php/MAPS.php

index 6f1a8ba..49d7ca4 100755 (executable)
@@ -110,7 +110,6 @@ function Login($userid, $password) {
 
   // Check if user exists
   $dbpassword = UserExists($userid);
-  print "dbpassword = $dbpassword<br>";
 
   // Return -1 if user doesn't exist
   if ($dbpassword == -1) {