From 9d885f2b2267cee5a5b640942ded0077e2453d34 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 1 Oct 2022 13:21:50 +0100 Subject: [PATCH] removed debug code --- application/controllers/Station.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/application/controllers/Station.php b/application/controllers/Station.php index a7dd8495..c1b39cb3 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -129,9 +129,7 @@ class Station extends CI_Controller { // $id is the profile id $this->load->model('stations'); $this->stations->claim_user($id); - - echo $this->session->userdata('user_id'); - + redirect('station'); }