1
0
Fork 0
mirror of synced 2024-07-26 00:36:24 +12:00

Remove var-dump

This commit is contained in:
Khushboo Verma 2024-04-02 17:49:09 +05:30
parent 3469ebf7b0
commit 26db6fa4c5

View file

@ -1069,8 +1069,6 @@ class FunctionsCustomServerTest extends Scope
'async' => false
]);
var_dump($execution['body']);
$executionId = $execution['body']['$id'] ?? '';
$output = json_decode($execution['body']['responseBody'], true);