Removed debug info that wasn't needed

pull/302/head
Peter Goodhall 2019-06-20 15:30:35 +01:00
rodzic 2368a1c322
commit c126df2fb3
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

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