Didnt remove break point woops

这个提交包含在:
Peter Goodhall 2019-05-16 23:02:56 +01:00
父节点 bc44d5d485
当前提交 f17690ad4c

查看文件

@ -882,8 +882,6 @@ class Logbook_model extends CI_Model {
$cq_zone = "";
}
exit;
$this->db->where('COL_CALL', $record['call']);
$this->db->where('COL_TIME_ON', $time_on);
$check = $this->db->get($this->config->item('table_name'));