From 53f3fecc164b42ff35b1be05eaff480c42a7fbc5 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:50:18 +0100 Subject: [PATCH] [Logbook] Removed profiler --- application/controllers/Logbook.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index 82a1e44cf..38c210ff6 100644 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -28,11 +28,6 @@ class Logbook extends CI_Controller { } $this->load->model('stations'); - // If environment is set to development then show the debug toolbar - if(ENVIRONMENT == 'development') { - $this->output->enable_profiler(TRUE); - } - $this->load->model('logbook_model'); $this->load->library('pagination');