mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove comment
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user