[LoTW] Removed Debugging Code
这个提交包含在:
父节点
b96f73b4a1
当前提交
93c53c1e1e
共有 1 个文件被更改,包括 1 次插入 和 2 次删除
|
|
@ -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";
|
||||
|
|
|
|||
正在加载…
在新工单中引用