[LoTW] Removed Debugging Code

This commit is contained in:
Peter Goodhall
2020-09-06 20:33:12 +01:00
parent b96f73b4a1
commit 93c53c1e1e

View File

@@ -239,8 +239,7 @@ class Lotw extends CI_Controller {
// Build File to save
$adif_to_save = $this->load->view('lotw_views/adif_views/adif_export', $data, TRUE);
echo $adif_to_save;
exit;
// Build Filename
$filename_for_saving = $data['lotw_cert_info']->callsign."-".date("Y-m-d-H-i-s")."-cloudlog.tq8";