From 982dc2a3ebd04a7756dffcc519ed7bcd07f889fe Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:54:13 +0100 Subject: [PATCH] Removed profiler in dashboard --- application/controllers/Dashboard.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/application/controllers/Dashboard.php b/application/controllers/Dashboard.php index b72d135d8..17f0f1362 100644 --- a/application/controllers/Dashboard.php +++ b/application/controllers/Dashboard.php @@ -4,11 +4,6 @@ class Dashboard extends CI_Controller { public function index() { - // If environment is set to development then show the debug toolbar - if(ENVIRONMENT == 'development') { - $this->output->enable_profiler(TRUE); - } - // Load language files $this->lang->load('lotw');