some small updates (#6022)

This commit is contained in:
Neil Lathwood
2017-02-27 14:39:02 +00:00
committed by GitHub
parent 698584e14d
commit bbc7d71cf9
3 changed files with 5 additions and 6 deletions

View File

@@ -1405,7 +1405,6 @@ function get_devices_by_group()
'devices' => $devices,
);
logfile(var_dump($output));
$app->response->setStatus($code);
$app->response->headers->set('Content-Type', 'application/json');
echo _json_encode($output);