mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 22:47:59 +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];
|
$trackNumber = $trackNumberComponents[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($tags);
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
[
|
[
|
||||||
'title' => isset($tags['title']) ? $tags['title'][0] : null,
|
'title' => isset($tags['title']) ? $tags['title'][0] : null,
|
||||||
|
|
Loading…
Reference in a new issue