diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index d1314d278b..4e3de6b732 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -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,