From 838e7429f06a648786f10269f8052d89c2b84c45 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Wed, 9 Sep 2015 20:06:11 -0700 Subject: [PATCH] T357: Removed an extraneous var_dump. --- app/commands/ImportMLPMA.php | 2 -- 1 file changed, 2 deletions(-) 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,