removed debug code

pull/1634/head
Peter Goodhall 2022-10-01 13:21:50 +01:00
rodzic 23defe3ede
commit 9d885f2b22
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -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');
}