From 768f7db5c05950023a3233da2a0ed1a3c418ad32 Mon Sep 17 00:00:00 2001 From: int2001 Date: Thu, 5 Feb 2026 12:54:48 +0000 Subject: [PATCH] rm debug/profiler --- application/controllers/Dashboard.php | 1 - application/controllers/Logbook.php | 1 - 2 files changed, 2 deletions(-) diff --git a/application/controllers/Dashboard.php b/application/controllers/Dashboard.php index ca3ab4412..d2d01a1ac 100644 --- a/application/controllers/Dashboard.php +++ b/application/controllers/Dashboard.php @@ -3,7 +3,6 @@ class Dashboard extends CI_Controller { public function index() { - $this->output->enable_profiler(TRUE); // Check if users logged in $this->load->model('user_model'); if ($this->user_model->validate_session() == 0) { diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index 764df137f..aa4c821d0 100644 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -7,7 +7,6 @@ require_once APPPATH . '../src/Dxcc/Dxcc.php'; class Logbook extends CI_Controller { function index() { - $this->output->enable_profiler(TRUE); // Check if users logged in $this->load->model('user_model'); if($this->user_model->validate_session() == 0) {