removed test code from controller

这个提交包含在:
Peter Goodhall 2020-08-21 17:20:51 +01:00
父节点 7a7372647f
当前提交 ee3ac62f03

查看文件

@ -149,12 +149,4 @@ class Dashboard extends CI_Controller {
}
function test() {
$this->load->library('clublog');
echo $this->clublog->send();
}
}