From f530ec3db56c5b02b3128e5f7c65d693a6378d57 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 1 Feb 2026 15:57:30 +0200 Subject: [PATCH] Remove dbg --- src/Appwrite/Platform/Workers/Migrations.php | 1 - 1 file changed, 1 deletion(-) 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); } }