diff --git a/app/commands/ImportMLPMA.php b/app/commands/ImportMLPMA.php index 1bda93b1..0458773e 100644 --- a/app/commands/ImportMLPMA.php +++ b/app/commands/ImportMLPMA.php @@ -481,8 +481,6 @@ class ImportMLPMA extends Command { $trackNumber = $trackNumberComponents[0]; } - var_dump($tags); - return [ [ 'title' => isset($tags['title']) ? $tags['title'][0] : null,