Remove Debug

This commit is contained in:
int2001
2024-12-19 06:45:31 +00:00
parent 8c4d7b6e38
commit 9211935174

View File

@@ -754,7 +754,6 @@ class Lotw extends CI_Controller {
$lotw_url .= "login=" . $data['user_lotw_name'];
$lotw_url .= "&password=" . $data['user_lotw_password'];
log_message("Error",$lotw_url);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $lotw_url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);