diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index b23e71cd15..dd20bd9ec4 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -455,7 +455,6 @@ class Migrations extends Action // TODO: Move to CSV hook if ($migration->getAttribute('destination') === DestinationCSV::getName()) { - var_dump($migration); $this->handleCSVExportComplete($project, $migration, $queueForMails, $queueForRealtime, $platform, $authorization); } }