From f81353dfb23d0d4810cf501bd01d19d2cc74ca4c Mon Sep 17 00:00:00 2001 From: HB9HIL <80885850+HB9HIL@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:12:51 +0200 Subject: [PATCH] Update User.php removed debugging log_message --- application/controllers/User.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/User.php b/application/controllers/User.php index d446be55b..c53f396da 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -812,7 +812,6 @@ class User extends CI_Controller { if ($this->user_model->check_keep_hash($a, $b)) { // check if maintenance mode is active or the user is an admin - log_message('error', 'user_type: '.$user_type); if (ENVIRONMENT != 'maintenance' || $user_type == 99) { // if everything is fine we can log in the user