From d97a31f5a4057decbbf44ddbd7c9b59470dccb0a Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 16 May 2024 09:57:26 +0200 Subject: [PATCH] Remove comment --- application/controllers/Lotw.php | 2 -- 1 file changed, 2 deletions(-) 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");