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