From a7fed813677c2e760b78f4d8c78ff9b7650aab90 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 12 Oct 2022 11:24:37 +0100 Subject: [PATCH] [Bands] removed a bit of debug code --- application/controllers/Band.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/Band.php b/application/controllers/Band.php index 98a92cb6..04c6ec17 100644 --- a/application/controllers/Band.php +++ b/application/controllers/Band.php @@ -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()