From 0415bd61835e60865b4ac5d3e6116e9f4add02be Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 24 Feb 2025 11:59:49 +0000 Subject: [PATCH] Rmv debug --- application/controllers/Widgets.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/controllers/Widgets.php b/application/controllers/Widgets.php index ad0ae482b..017a6a609 100644 --- a/application/controllers/Widgets.php +++ b/application/controllers/Widgets.php @@ -64,7 +64,6 @@ class Widgets extends CI_Controller { $this->load->model('themes_model'); $theme = $this->input->get('theme', TRUE); - log_message("Error",$this->themes_model->get_theme_mode($theme)); if ($theme != null) { if (($this->themes_model->get_theme_mode($theme) ?? '') != '') { $data['theme'] = $theme; @@ -89,7 +88,6 @@ class Widgets extends CI_Controller { // determine theme $this->load->model('themes_model'); $theme = $this->input->get('theme', TRUE); - log_message("Error",$this->themes_model->get_theme_mode($theme)); if ($theme != null) { if (($this->themes_model->get_theme_mode($theme) ?? '') != '') { $data['theme'] = $theme;