removed debug code
这个提交包含在:
父节点
23defe3ede
当前提交
9d885f2b22
共有 1 个文件被更改,包括 1 次插入 和 3 次删除
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用