mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
T357: Removed an extraneous var_dump.
This commit is contained in:
parent
50bba983e3
commit
838e7429f0
1 changed files with 0 additions and 2 deletions
|
@ -481,8 +481,6 @@ class ImportMLPMA extends Command {
|
|||
$trackNumber = $trackNumberComponents[0];
|
||||
}
|
||||
|
||||
var_dump($tags);
|
||||
|
||||
return [
|
||||
[
|
||||
'title' => isset($tags['title']) ? $tags['title'][0] : null,
|
||||
|
|
Loading…
Reference in a new issue