1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

feat: remove var_dump

This commit is contained in:
Christy Jacob 2022-01-26 13:23:29 +04:00
parent 4020aea356
commit b5d75de5ab

View file

@ -684,8 +684,6 @@ App::get('/v1/functions/:functionId/deployments')
$deployment['buildStderr'] = $build->getAttribute('stderr', '');
}
var_dump($results);
$response->dynamic(new Document([
'deployments' => $results,
'sum' => $sum,