mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Remove debug statement
This commit is contained in:
@@ -229,7 +229,6 @@ class adif extends CI_Controller {
|
||||
// Handle LoTW marking after export
|
||||
if ((clubaccess_check(9)) && ($this->input->post('markLotw') == 1) && !empty($qso_ids_for_lotw)) {
|
||||
foreach ($qso_ids_for_lotw as $qso_id) {
|
||||
log_message('debug', 'TEST: '.$qso_id);
|
||||
$this->logbook_model->mark_lotw_sent($qso_id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user