Update User.php

removed debugging log_message
This commit is contained in:
HB9HIL
2024-07-26 11:12:51 +02:00
committed by GitHub
parent 9221bd4a91
commit f81353dfb2

View File

@@ -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