Removed profiler in dashboard

This commit is contained in:
Andreas
2024-01-24 14:54:13 +01:00
parent 6841711127
commit 982dc2a3eb

View File

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