mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove var_dump
This commit is contained in:
@@ -278,7 +278,6 @@ class Create extends Base
|
||||
if ($async) {
|
||||
if (is_null($scheduledAt)) {
|
||||
$execution = Authorization::skip(fn () => $dbForProject->createDocument('executions', $execution));
|
||||
|
||||
$queueForFunctions
|
||||
->setType('http')
|
||||
->setExecution($execution)
|
||||
|
||||
@@ -1576,9 +1576,6 @@ class FunctionsCustomServerTest extends Scope
|
||||
$this->assertStringContainsString("total", $execution['body']['logs']);
|
||||
}, 10000, 500);
|
||||
|
||||
$execution = $this->getExecution($functionId, $executionId);
|
||||
var_dump($execution);
|
||||
|
||||
$this->cleanupFunction($functionId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user