mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Remove logs, fix edge logs missing
This commit is contained in:
parent
b5bc240c0d
commit
c04c2d271c
1 changed files with 1 additions and 4 deletions
|
|
@ -882,10 +882,7 @@ class Builds extends Action
|
|||
->trigger();
|
||||
|
||||
$this->afterBuildSuccess($queueForRealtime, $dbForProject, $deployment);
|
||||
|
||||
\var_dump("After edge finish:");
|
||||
\var_dump($deployment);
|
||||
\var_dump('---');
|
||||
$logs = $deployment->getAttribute('buildLogs', '');
|
||||
|
||||
if ($resource->getCollection() === 'sites') {
|
||||
$date = \date('H:i:s');
|
||||
|
|
|
|||
Loading…
Reference in a new issue