diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 4480ad4d..09ebc46d 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -515,8 +515,6 @@ class Lotw extends CI_Controller { $this->load->model('user_model'); $this->load->model('logbook_model'); - $file = $config['upload_path'] . 'lotwreport_download.adi'; - // Get credentials for LoTW $query = $this->user_model->get_by_id($user_id); $q = $query->row();