Remove debug statement

This commit is contained in:
phl0 2023-08-29 23:40:51 +02:00
parent a84aa06965
commit a5f7a76290
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

@ -1016,7 +1016,6 @@ class Logbook extends CI_Controller {
function qralatlngjson() {
$qra = xss_clean($this->input->post('qra'));
log_message('debug','TEST QRA '.$qra);
$this->load->library('Qra');
$latlng = $this->qra->qra2latlong($qra);
print json_encode($latlng);