1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

fix: remove leftover

This commit is contained in:
Torsten Dittmann 2022-02-28 10:31:15 +01:00
parent d2ed3fcf3a
commit c5c53105f2

View file

@ -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;