diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index e39ec8b06..c47847d4d 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -319,8 +319,6 @@ class Lotw extends CI_Controller { //Execute the request $result = curl_exec($ch); - //If an error occured, throw an exception - //with the error message. if(curl_errno($ch)){ echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") Upload Failed"."
"; $this->LotwCert->last_upload($data['lotw_cert_info']->lotw_cert_id, "Upload failed");