mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove debug output
This commit is contained in:
@@ -407,7 +407,6 @@ class API extends CI_Controller {
|
||||
$arr[] = $line->gridorcnfm;
|
||||
}
|
||||
if (in_array('Y', $arr)) {
|
||||
print_r($arr);
|
||||
echo json_encode(['gridsquare' => strtoupper($grid), 'result' => 'Confirmed']);
|
||||
} else {
|
||||
echo json_encode(['gridsquare' => strtoupper($grid), 'result' => 'Worked']);
|
||||
|
||||
Reference in New Issue
Block a user