From 2691309f78c87beb64faf6a7fbef31c13af170ca Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 15 Jun 2023 22:59:19 +0200 Subject: [PATCH] Remove left over debug statement --- application/controllers/Lotw.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index a87265578..eb00dd44b 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -579,7 +579,6 @@ class Lotw extends CI_Controller { unlink($filepath); if(isset($data['lotw_table_headers'])) { - echo "LoTW Matches
"; if($display_view == TRUE) { $data['page_title'] = "LoTW ADIF Information"; $this->load->view('interface_assets/header', $data);