Remove debug statement
这个提交包含在:
父节点
a84aa06965
当前提交
a5f7a76290
共有 1 个文件被更改,包括 0 次插入 和 1 次删除
|
|
@ -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);
|
||||
|
|
|
|||
正在加载…
在新工单中引用