mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
fix: remove leftover
This commit is contained in:
parent
d2ed3fcf3a
commit
c5c53105f2
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ abstract class Migration
|
|||
try {
|
||||
$new = $this->projectDB->updateDocument($document->getCollection(), $document->getId(), $document);
|
||||
} catch (\Throwable $th) {
|
||||
var_dump($th->getTraceAsString());
|
||||
Console::error('Failed to update document: ' . $th->getMessage());
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue