CodeIgniter 4 - how to turn off display of debugger toolbar - without changing CI_ENVIRONMENT?
Changing environment variable CI_ENVIRONMENT to production will turn off the debug toolbar - but will also suppress errors. I want to still see errors - but I do not want to see the debug toolbar at the bottom of all of my views when in 'development' mode.