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) {