[Bands] removed a bit of debug code

This commit is contained in:
Peter Goodhall
2022-10-12 11:24:37 +01:00
parent 291d75f0fe
commit a7fed81367

View File

@@ -13,7 +13,6 @@ class Band extends CI_Controller {
$this->load->model('user_model');
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
print_r($this->session->userdata('user_type'));
}
public function index()