From c5c53105f21421ca3f9fc41961c6045667f5c0e9 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 28 Feb 2022 10:31:15 +0100 Subject: [PATCH] fix: remove leftover --- src/Appwrite/Migration/Migration.php | 1 - 1 file changed, 1 deletion(-) 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;