Профилирование запросов codeigniter - отключить профилировщик

$this->output->enable_profiler(FALSE);
Suresh Kannan