Remove debug for authentication class. The validation method returns enough details.

This commit is contained in:
markjcrane
2023-06-12 16:27:47 -06:00
parent a903d0efbf
commit 6e7d274c5a
2 changed files with 0 additions and 13 deletions
-1
View File
@@ -55,7 +55,6 @@
//validate the username and password
$auth = new authentication;
$auth->debug = true;
$result = $auth->validate();
//if not authorized