mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
Remove debug statement
This commit is contained in:
parent
a84aa06965
commit
a5f7a76290
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user