Removed unrequired code

pull/616/head
Peter Goodhall 2020-09-06 16:31:04 +01:00
rodzic d58f0ed8b1
commit 62d009f274
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

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