From b5d75de5ab347b317541fc032f9c34ee7b5769ae Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 26 Jan 2022 13:23:29 +0400 Subject: [PATCH] feat: remove var_dump --- app/controllers/api/functions.php | 2 -- 1 file changed, 2 deletions(-) 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,