removed test code from controller

pull/580/head^2
Peter Goodhall 2020-08-21 17:20:51 +01:00
rodzic 7a7372647f
commit ee3ac62f03
1 zmienionych plików z 1 dodań i 9 usunięć

Wyświetl plik

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