Remove comment

This commit is contained in:
phl0
2024-05-16 09:57:26 +02:00
parent 51864673b3
commit d97a31f5a4

View File

@@ -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"."<br>";
$this->LotwCert->last_upload($data['lotw_cert_info']->lotw_cert_id, "Upload failed");