Removed debug as it should be fixed

这个提交包含在:
Peter Goodhall 2019-09-23 18:36:17 +01:00
父节点 8faa8ff84e
当前提交 142dcb35d8
共有 2 个文件被更改,包括 1 次插入3 次删除

查看文件

@ -67,7 +67,7 @@ class Station extends CI_Controller {
$this->stations->reassign($id);
//$this->stations->logbook_session_data();
//redirect('station');
redirect('station');
}
function set_active($current, $new) {

查看文件

@ -123,8 +123,6 @@ class Stations extends CI_Model {
$str = $this->db->last_query();
echo $str;
}
function profile_exists() {