mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Remove dbg
This commit is contained in:
parent
3502cad4a5
commit
f530ec3db5
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue