Remove debug statement

这个提交包含在:
phl0 2023-08-29 23:40:51 +02:00
父节点 a84aa06965
当前提交 a5f7a76290
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -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);