mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Remove comments
This commit is contained in:
parent
4984abb0dd
commit
17b5b3cf4b
1 changed files with 0 additions and 6 deletions
|
|
@ -351,16 +351,10 @@ class Migrations extends Action
|
|||
Console::error($th->getMessage());
|
||||
Console::error($th->getTraceAsString());
|
||||
|
||||
var_dump($transfer);
|
||||
var_dump($destination);
|
||||
var_dump($destination);
|
||||
|
||||
if (! $migration->isEmpty()) {
|
||||
$migration->setAttribute('status', 'failed');
|
||||
$migration->setAttribute('stage', 'finished');
|
||||
|
||||
Console::error('Sentry error: '.$th->getMessage());
|
||||
|
||||
call_user_func($this->logError, $th, 'appwrite-worker', 'appwrite-queue-'.self::getName(), [
|
||||
'migrationId' => $migration->getId(),
|
||||
'source' => $migration->getAttribute('source') ?? '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue