mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Remove var-dump
This commit is contained in:
parent
3469ebf7b0
commit
26db6fa4c5
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue