Remove debug statement

This commit is contained in:
phl0
2025-12-27 22:36:58 +01:00
parent af9740587e
commit d10ba01ec1

View File

@@ -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);
}
}