Removed debug info that wasn't needed

这个提交包含在:
Peter Goodhall 2019-06-20 15:30:35 +01:00
父节点 2368a1c322
当前提交 c126df2fb3

查看文件

@ -34,8 +34,6 @@ class Clublog extends CI_Controller {
$data['qsos'] = $this->logbook_model->get_clublog_qsos(); $data['qsos'] = $this->logbook_model->get_clublog_qsos();
print_r($data['qsos']);
if($data['qsos']->num_rows()){ if($data['qsos']->num_rows()){
// Create ADIF File of contacts not uploaded to Clublog // Create ADIF File of contacts not uploaded to Clublog
$string = $this->load->view('adif/data/clublog', $data, TRUE); $string = $this->load->view('adif/data/clublog', $data, TRUE);
@ -95,7 +93,6 @@ class Clublog extends CI_Controller {
$this->clublog_model->mark_qsos_sent(); $this->clublog_model->mark_qsos_sent();
} else { } else {
echo $catch_error; echo $catch_error;
} }
} }