diff --git a/src/Appwrite/Migration/Migration.php b/src/Appwrite/Migration/Migration.php index f26a289767..2f08e8815f 100644 --- a/src/Appwrite/Migration/Migration.php +++ b/src/Appwrite/Migration/Migration.php @@ -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;