[Logbook] Removed profiler

This commit is contained in:
Andreas
2024-02-06 12:50:18 +01:00
parent 407a76901b
commit 53f3fecc16

View File

@@ -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');