mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Leftover
This commit is contained in:
parent
a89f591f63
commit
22598ae41d
1 changed files with 0 additions and 4 deletions
|
|
@ -900,10 +900,6 @@ class Builds extends Action
|
|||
Authorization::skip(fn () => $dbForPlatform->updateDocument('schedules', $schedule->getId(), $schedule));
|
||||
}
|
||||
} catch (\Throwable $th) {
|
||||
\var_dump($th->getMessage());
|
||||
\var_dump($th->getLine());
|
||||
\var_dump($th->getFile());
|
||||
\var_dump($th->getTraceAsString());
|
||||
if ($dbForProject->getDocument('builds', $buildId)->getAttribute('status') === 'canceled') {
|
||||
Console::info('Build has been canceled');
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue