From d10ba01ec12610ba14a4ae7b53374705f73b96e3 Mon Sep 17 00:00:00 2001 From: phl0 Date: Sat, 27 Dec 2025 22:36:58 +0100 Subject: [PATCH] Remove debug statement --- application/controllers/Adif.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/Adif.php b/application/controllers/Adif.php index 9d321d60c..9fa745b4c 100644 --- a/application/controllers/Adif.php +++ b/application/controllers/Adif.php @@ -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); } }